HomeSort by relevance Sort by last modified time
    Searched refs:button_state (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
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);
SDL_fbelo.c 81 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state) {
114 *button_state = elo_button;
421 int eloReadPosition(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy) {
432 if(!eloParsePacket(buffer, realx, realy, button_state)) {
SDL_fbevents.c 709 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/vgl/
SDL_vglevents.c 103 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/
SDL_ph_events.c 96 static Uint8 ph2sdl_mousebutton(unsigned short button_state)
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/ps2gs/
SDL_gsevents.c 583 int button_state; local
599 button_state = SDL_GetMouseState(NULL, NULL);
600 state_changed = button_state ^ button;
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c 762 GtkStateType button_state = ConvertGtkState(state); local
776 gtk_widget_set_state(widget, button_state);
796 shadow_type = button_state == GTK_STATE_ACTIVE ||
800 gtk_paint_box(style, drawable, button_state, shadow_type, cliprect,
805 (button_state != GTK_STATE_NORMAL &&
806 button_state != GTK_STATE_INSENSITIVE)) {
811 gtk_paint_box(style, drawable, button_state, shadow_type, cliprect,
829 gtk_paint_focus(style, drawable, button_state, cliprect,
    [all...]

Completed in 92 milliseconds