mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
User can switch between Wait, WaitUntil and Poll modes with key '1', '2' and '3' respectivly. User can toggle request_redraw calls with the 'R' key. Helpful for testing all control flow modes and use of request_redraw.