mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-07 09:27:16 +02:00
Not only is it more efficient to batch process pending events, it is necessary for correctness with the Win32 backend. WIN_PumpEvents() runs periodic updates of the cursor clip region and disambiguation of left and right shift keys in addition to standard event processing.