Home | History | Annotate | Download | only in include

Lines Matching refs:Uint8

120 	Uint8 type;	/**< SDL_ACTIVEEVENT */
121 Uint8 gain; /**< Whether given states were gained or lost (1/0) */
122 Uint8 state; /**< A mask of the focus states */
127 Uint8 type; /**< SDL_KEYDOWN or SDL_KEYUP */
128 Uint8 which; /**< The keyboard device index */
129 Uint8 state; /**< SDL_PRESSED or SDL_RELEASED */
135 Uint8 type; /**< SDL_MOUSEMOTION */
136 Uint8 which; /**< The mouse device index */
137 Uint8 state; /**< The current button state */
145 Uint8 type; /**< SDL_MOUSEBUTTONDOWN or SDL_MOUSEBUTTONUP */
146 Uint8 which; /**< The mouse device index */
147 Uint8 button; /**< The mouse button index */
148 Uint8 state; /**< SDL_PRESSED or SDL_RELEASED */
154 Uint8 type; /**< SDL_JOYAXISMOTION */
155 Uint8 which; /**< The joystick device index */
156 Uint8 axis; /**< The joystick axis index */
162 Uint8 type; /**< SDL_JOYBALLMOTION */
163 Uint8 which; /**< The joystick device index */
164 Uint8 ball; /**< The joystick trackball index */
171 Uint8 type; /**< SDL_JOYHATMOTION */
172 Uint8 which; /**< The joystick device index */
173 Uint8 hat; /**< The joystick hat index */
174 Uint8 value; /**< The hat position value:
184 Uint8 type; /**< SDL_JOYBUTTONDOWN or SDL_JOYBUTTONUP */
185 Uint8 which; /**< The joystick device index */
186 Uint8 button; /**< The joystick button index */
187 Uint8 state; /**< SDL_PRESSED or SDL_RELEASED */
195 Uint8 type; /**< SDL_VIDEORESIZE */
202 Uint8 type; /**< SDL_VIDEOEXPOSE */
207 Uint8 type; /**< SDL_QUIT */
212 Uint8 type; /**< SDL_USEREVENT through SDL_NUMEVENTS-1 */
222 Uint8 type;
228 Uint8 type;
348 extern DECLSPEC Uint8 SDLCALL SDL_EventState(Uint8 type, int state);