SDL/src/timer
Sam Lantinga c6c195ff88 Always use WaitForSingleObjectEx() as a fallback in SDL_SYS_DelayNS()
That logic isn't specific to the Visual Studio build environment. Also switched it to use CreateEvent(), which works back to Windows XP.
2024-10-11 21:18:31 -07:00
..
haiku Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
n3ds Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
ngage Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
ps2 Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
psp Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
unix Always set checked_monotonic_time when calling CheckMonotonicTime() 2024-10-03 17:11:34 -07:00
vita Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
windows Always use WaitForSingleObjectEx() as a fallback in SDL_SYS_DelayNS() 2024-10-11 21:18:31 -07:00
SDL_timer.c Improved implementation of SDL_DelayPrecise() (thanks @nightmareci!) 2024-10-11 21:18:31 -07:00
SDL_timer_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00