mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Make sure all queued events are handled between calls to canvas_update(). Decouples event polling rate from screen update rate. Fixes #11478 and #12697