Home | History | Annotate | Download | only in SDL

Lines Matching defs:button

53        SDL_MOUSEBUTTONDOWN,		/* Mouse button pressed */
54 SDL_MOUSEBUTTONUP, /* Mouse button released */
58 SDL_JOYBUTTONDOWN, /* Joystick button pressed */
59 SDL_JOYBUTTONUP, /* Joystick button released */
130 Uint8 state; /* The current button state */
136 /* Mouse button event structure */
140 Uint8 button; /* The mouse button index */
175 /* Joystick button event structure */
179 Uint8 button; /* The joystick button index */
225 SDL_MouseButtonEvent button;