Searched refs:darwinFakeButtons (Results 1 – 5 of 5) sorted by relevance
68 extern int darwinFakeButtons;
123 int darwinFakeButtons = 0; variable740 darwinFakeButtons = TRUE; in ddxProcessArgument()746 darwinFakeButtons = FALSE; in ddxProcessArgument()
697 darwinFakeButtons = self.fake_buttons.intValue;698 [NSApp prefs_set_boolean:@PREFS_FAKEBUTTONS value:darwinFakeButtons];784 [self.fake_buttons setIntValue:darwinFakeButtons];
504 if (ev_type == ButtonPress && darwinFakeButtons && ev_button == 1) { in DarwinSendPointerEvents()
90 extern int darwinFakeButtons;812 darwinFakeButtons = [self prefs_get_boolean:@PREFS_FAKEBUTTONS813 default :darwinFakeButtons];817 if (darwinFakeButtons) {