Home
last modified time | relevance | path

Searched refs:button_state (Results 1 – 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbelo.h47 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);
DSDL_fbelo.c81 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()
DSDL_fbevents.c709 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/
DSDL_vglevents.c103 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/
DSDL_ph_events.c96 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/
DSDL_gsevents.c583 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/
Dgtk2drawing.c797 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/
Dmonitor.c1151 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()