mirror of
https://github.com/encounter/SDL.git
synced 2025-06-05 06:03:29 +00:00
The 10 ms delay effectively caps input polling at 100 Hz and rendering at 100 FPS if applications use these functions in their event loop. The delay may also lead to dropped frames even at 60 FPS due if they are unlucky enough to hit the delay and rendering takes longer than 6 ms.