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;
|