Home
last modified time | relevance | path

Searched refs:Sint32 (Results 1 – 8 of 8) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_events.h202 Sint32 data1; /**< event dependent data */
217 Sint32 data1; /**< event dependent data */
218 Sint32 data2; /**< event dependent data */
306 Sint32 x; /**< X coordinate, relative to window */
307 Sint32 y; /**< Y coordinate, relative to window */
308 Sint32 xrel; /**< The relative motion in the X direction */
325 Sint32 x; /**< X coordinate, relative to window */
326 Sint32 y; /**< Y coordinate, relative to window */
495 Sint32 touchpad; /**< The index of the touchpad */
604 Sint32 which; /**< The instance ID of the sensor */
[all …]
A DSDL_test_fuzzer.h101 Sint32 SDLTest_RandomSint32(void);
294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain);
329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
A DSDL_timer.h108 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0)
A DSDL_sensor.h60 typedef Sint32 SDL_SensorID;
A DSDL_stdinc.h224 typedef int32_t Sint32; typedef
225 #define SDL_MAX_SINT32 ((Sint32)0x7FFFFFFF) /* 2147483647 */
226 #define SDL_MIN_SINT32 ((Sint32)(~0x7FFFFFFF)) /* -2147483648 */
417 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
A DSDL_haptic.h471 Sint32 dir[3]; /**< The encoded direction. */
A DSDL_joystick.h96 typedef Sint32 SDL_JoystickID;
A DSDL_keycode.h45 typedef Sint32 SDL_Keycode;

Completed in 29 milliseconds