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

  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_mouse.c 113 int SDL_PrivateMouseMotion(Uint8 buttonstate, int relative, Sint16 x, Sint16 y)
120 /* Default buttonstate is the current one */
121 if ( ! buttonstate ) {
122 buttonstate = SDL_ButtonState;
171 SDL_ButtonState = buttonstate;
184 event.motion.state = buttonstate;
202 Uint8 buttonstate; local
231 buttonstate = SDL_ButtonState;
235 buttonstate |= SDL_BUTTON(button);
239 buttonstate &= ~SDL_BUTTON(button)
    [all...]
SDL_events_c.h 58 extern int SDL_PrivateMouseMotion(Uint8 buttonstate, int relative,

Completed in 89 milliseconds