Searched defs:button_state (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
H A DSDL_vglevents.c103 int button_state, state_changed, state; local
118 button_state = SDL_GetMouseState(NULL, NULL);
119 state_changed = button_state ^ buttons;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_events.c96 static Uint8 ph2sdl_mousebutton(unsigned short button_state) argument
100 if (button_state & Ph_BUTTON_SELECT)
102 if (button_state & Ph_BUTTON_MENU)
104 if (button_state & Ph_BUTTON_ADJUST)
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbelo.c81 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state) { argument
114 *button_state = elo_button;
421 int eloReadPosition(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy) { argument
432 if(!eloParsePacket(buffer, realx, realy, button_state)) {
H A DSDL_fbevents.c709 int button_state; local
725 button_state = SDL_GetMouseState(NULL, NULL);
726 state_changed = button_state ^ button;
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
H A DSDL_gsevents.c583 int button_state; local
599 button_state = SDL_GetMouseState(NULL, NULL);
600 state_changed = button_state ^ button;
/external/qemu/
H A Dmonitor.c1152 static void do_mouse_button(Monitor *mon, int button_state) argument
1154 mouse_button_state = button_state;

Completed in 998 milliseconds