Searched refs:darwinFakeButtons (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Ddarwin.h68 extern int darwinFakeButtons;
H A Ddarwin.c92 int darwinFakeButtons = 0; variable in typeref:typename:int
656 darwinFakeButtons = TRUE;
662 darwinFakeButtons = FALSE;
H A DX11Controller.m639 darwinFakeButtons = [fake_buttons intValue];
640 [NSApp prefs_set_boolean:@PREFS_FAKEBUTTONS value:darwinFakeButtons];
713 [fake_buttons setIntValue:darwinFakeButtons];
H A DdarwinEvents.c458 if (ev_type == ButtonPress && darwinFakeButtons && ev_button == 1) {
H A DX11Application.m82 extern int darwinFakeButtons;
741 darwinFakeButtons = [self prefs_get_boolean:@PREFS_FAKEBUTTONS
742 default:darwinFakeButtons];
746 if (darwinFakeButtons) {
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Ddarwin.h68 extern int darwinFakeButtons;
H A Ddarwin.c122 int darwinFakeButtons = 0; variable in typeref:typename:int
721 darwinFakeButtons = TRUE;
727 darwinFakeButtons = FALSE;
H A DX11Controller.m704 darwinFakeButtons = !!self.fake_buttons.state;
705 [defaults setBool:darwinFakeButtons forKey:XQuartzPrefKeyFakeButtons];
771 [self.fake_buttons setIntValue:darwinFakeButtons];
H A DdarwinEvents.c504 if (ev_type == ButtonPress && darwinFakeButtons && ev_button == 1) {
H A DX11Application.m93 extern int darwinFakeButtons;
519 darwinFakeButtons = [defaults boolForKey:XQuartzPrefKeyFakeButtons];
522 if (darwinFakeButtons) {

Completed in 12 milliseconds