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

  /external/qemu/distrib/sdl-1.2.12/src/joystick/dc/
SDL_sysjoystick.c 48 int prev_buttons; member in struct:joystick_hwdata
128 int buttons,prev_buttons,i,changed; local
134 prev_buttons = joystick->hwdata->prev_buttons;
135 changed = buttons^prev_buttons;
174 joystick->hwdata->prev_buttons = buttons;
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcevents.c 70 static int prev_buttons; local
82 changed = buttons^prev_buttons;
88 prev_buttons = buttons;

Completed in 47 milliseconds