Commit 7948c16df27c47e6a4b37211da0e5f5eb1f681a0

Cameron Gutman 2021-06-12T17:56:52

Pump events each time through the loop in SDL_WaitEventTimeout_Device() 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.