winit-sonoma-fix/examples
Kirill Chibisov d103dc2631
Make 'primary_monitor' return 'Option<MonitorHandle>'
Certain platforms like Wayland don't have a concept of
primary Monitor in particular. To indicate that
'primary_monitor' will return 'None' as well as in cases
where the primary monitor can't be detected.

Fixes #1683.
2020-09-07 20:20:47 +03:00
..
control_flow.rs control_flow example: fix wait_cancelled logic again (#1511) 2020-04-19 13:55:10 -04: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 Move ModifiersChanged variant to WindowEvent (#1381) 2020-03-06 15:43:55 -07: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 Make 'current_monitor' return 'Option<MonitorHandle>' 2020-09-07 20:09:24 +03: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
request_redraw_threaded.rs Add an example that calls request_redraw() from a thread (#1467) 2020-02-15 11:38:29 -07: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 Make 'primary_monitor' return 'Option<MonitorHandle>' 2020-09-07 20:20:47 +03: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 Make 'current_monitor' return 'Option<MonitorHandle>' 2020-09-07 20:09:24 +03:00
window_icon.rs Update image to 0.23 (#1485) 2020-03-03 16:13:53 -07:00
window_run_return.rs Make docs set control_flow in a more realistic way (#1376) 2020-01-07 22:55:18 -05:00