Searched refs:Sint32 (Results 1 – 8 of 8) sorted by relevance
202 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 …]
101 Sint32 SDLTest_RandomSint32(void);294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain);329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
108 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0)
60 typedef Sint32 SDL_SensorID;
224 typedef int32_t Sint32; typedef225 #define SDL_MAX_SINT32 ((Sint32)0x7FFFFFFF) /* 2147483647 */226 #define SDL_MIN_SINT32 ((Sint32)(~0x7FFFFFFF)) /* -2147483648 */417 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
471 Sint32 dir[3]; /**< The encoded direction. */
96 typedef Sint32 SDL_JoystickID;
45 typedef Sint32 SDL_Keycode;
Completed in 29 milliseconds