Home | History | Annotate | Download | only in SDL

Lines Matching defs:button

52        SDL_MOUSEBUTTONDOWN,		/* Mouse button pressed */
53 SDL_MOUSEBUTTONUP, /* Mouse button released */
57 SDL_JOYBUTTONDOWN, /* Joystick button pressed */
58 SDL_JOYBUTTONUP, /* Joystick button released */
127 Uint8 state; /* The current button state */
133 /* Mouse button event structure */
137 Uint8 button; /* The mouse button index */
172 /* Joystick button event structure */
176 Uint8 button; /* The joystick button index */
222 SDL_MouseButtonEvent button;