Home
last modified time | relevance | path

Searched refs:curbutton (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_ikbdevents.c105 int curbutton, prevbutton; in AtariIkbd_PumpEvents() local
107 curbutton = SDL_AtariIkbd_mouseb & (1<<i); in AtariIkbd_PumpEvents()
110 if (curbutton && !prevbutton) { in AtariIkbd_PumpEvents()
113 if (!curbutton && prevbutton) { in AtariIkbd_PumpEvents()
DSDL_xbiosevents.c136 int curbutton, prevbutton; in SDL_AtariXbios_PostMouseEvents() local
138 curbutton = SDL_AtariXbios_mouseb & (1<<i); in SDL_AtariXbios_PostMouseEvents()
141 if (curbutton && !prevbutton) { in SDL_AtariXbios_PostMouseEvents()
144 if (!curbutton && prevbutton) { in SDL_AtariXbios_PostMouseEvents()
DSDL_ataridevmouse.c138 int curbutton, prevbutton; in SDL_AtariDevMouse_PostMouseEvents() local
140 curbutton = mouseb & (1<<i); in SDL_AtariDevMouse_PostMouseEvents()
143 if (curbutton && !prevbutton) { in SDL_AtariDevMouse_PostMouseEvents()
146 if (!curbutton && prevbutton) { in SDL_AtariDevMouse_PostMouseEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemevents.c351 int curbutton, prevbutton; in do_mouse() local
353 curbutton = mb & (1<<i); in do_mouse()
356 if (curbutton && !prevbutton) { in do_mouse()
359 if (!curbutton && prevbutton) { in do_mouse()