OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atari_prevmouseb
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdevents.c
44
static Uint16
atari_prevmouseb
; /* save state of mouse buttons */
variable
52
atari_prevmouseb
= 0;
103
if (SDL_AtariIkbd_mouseb !=
atari_prevmouseb
) {
108
prevbutton =
atari_prevmouseb
& (1<<i);
117
atari_prevmouseb
= SDL_AtariIkbd_mouseb;
SDL_xbiosevents.c
44
static Uint16
atari_prevmouseb
; /* buttons */
variable
58
atari_prevmouseb
= 0;
132
if (buttonEvents && (SDL_AtariXbios_mouseb !=
atari_prevmouseb
)) {
139
prevbutton =
atari_prevmouseb
& (1<<i);
148
atari_prevmouseb
= SDL_AtariXbios_mouseb;
Completed in 307 milliseconds