Searched refs:button_state (Results 1 – 8 of 8) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbelo.h | 47 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state); 53 int eloReadPosition(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy);
|
D | SDL_fbelo.c | 81 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state) { in eloParsePacket() argument 114 *button_state = elo_button; in eloParsePacket() 421 int eloReadPosition(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy) { in eloReadPosition() argument 432 if(!eloParsePacket(buffer, realx, realy, button_state)) { in eloReadPosition()
|
D | SDL_fbevents.c | 709 int button_state; in FB_vgamousecallback() local 725 button_state = SDL_GetMouseState(NULL, NULL); in FB_vgamousecallback() 726 state_changed = button_state ^ button; in FB_vgamousecallback()
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
D | SDL_vglevents.c | 103 int button_state, state_changed, state; in handle_mouse() local 118 button_state = SDL_GetMouseState(NULL, NULL); in handle_mouse() 119 state_changed = button_state ^ buttons; in handle_mouse()
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
D | SDL_ph_events.c | 96 static Uint8 ph2sdl_mousebutton(unsigned short button_state) in ph2sdl_mousebutton() argument 100 if (button_state & Ph_BUTTON_SELECT) in ph2sdl_mousebutton() 102 if (button_state & Ph_BUTTON_MENU) in ph2sdl_mousebutton() 104 if (button_state & Ph_BUTTON_ADJUST) in ph2sdl_mousebutton()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
D | SDL_gsevents.c | 583 int button_state; in GS_vgamousecallback() local 599 button_state = SDL_GetMouseState(NULL, NULL); in GS_vgamousecallback() 600 state_changed = button_state ^ button; in GS_vgamousecallback()
|
/external/webkit/WebCore/platform/gtk/ |
D | gtk2drawing.c | 797 GtkStateType button_state = ConvertGtkState(state); in moz_gtk_button_paint() local 811 gtk_widget_set_state(widget, button_state); in moz_gtk_button_paint() 831 shadow_type = button_state == GTK_STATE_ACTIVE || in moz_gtk_button_paint() 835 gtk_paint_box(style, drawable, button_state, shadow_type, cliprect, in moz_gtk_button_paint() 840 (button_state != GTK_STATE_NORMAL && in moz_gtk_button_paint() 841 button_state != GTK_STATE_INSENSITIVE)) { in moz_gtk_button_paint() 846 gtk_paint_box(style, drawable, button_state, shadow_type, cliprect, in moz_gtk_button_paint() 864 gtk_paint_focus(style, drawable, button_state, cliprect, in moz_gtk_button_paint()
|
/external/qemu/ |
D | monitor.c | 1151 static void do_mouse_button(Monitor *mon, int button_state) in do_mouse_button() argument 1153 mouse_button_state = button_state; in do_mouse_button()
|