winit-sonoma-fix/examples
Philippe Renon 505f312d5f
Add new example that demonstrates the different control flow schemes (#1460)
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.
2020-02-13 15:20:32 -07:00
..
control_flow.rs Add new example that demonstrates the different control flow schemes (#1460) 2020-02-13 15:20:32 -07:00
cursor.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
cursor_grab.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
custom_events.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
fullscreen.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
handling_close.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
min_max_size.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
minimize.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
monitor_list.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
multithreaded.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
multiwindow.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
request_redraw.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
resizable.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
timer.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
transparent.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
video_modes.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
web.rs Make examples set control_flow in a more realistic way (#1363) 2020-01-05 02:12:03 -05:00
window.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
window_debug.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
window_icon.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
window_run_return.rs Make docs set control_flow in a more realistic way (#1376) 2020-01-07 22:55:18 -05:00