Home
last modified time | relevance | path

Searched refs:darwinFakeButtons (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.h68 extern int darwinFakeButtons;
H A Ddarwin.c123 int darwinFakeButtons = 0; variable
740 darwinFakeButtons = TRUE; in ddxProcessArgument()
746 darwinFakeButtons = FALSE; in ddxProcessArgument()
H A DX11Controller.m697 darwinFakeButtons = self.fake_buttons.intValue;
698 [NSApp prefs_set_boolean:@PREFS_FAKEBUTTONS value:darwinFakeButtons];
784 [self.fake_buttons setIntValue:darwinFakeButtons];
H A DdarwinEvents.c504 if (ev_type == ButtonPress && darwinFakeButtons && ev_button == 1) { in DarwinSendPointerEvents()
H A DX11Application.m90 extern int darwinFakeButtons;
812 darwinFakeButtons = [self prefs_get_boolean:@PREFS_FAKEBUTTONS
813 default :darwinFakeButtons];
817 if (darwinFakeButtons) {