winit-sonoma-fix/examples
Kirill Chibisov 7094a223af
Bring OptionAsAlt back for macOS
The correct handling of this setting requires to change the events
we're getting from the macOS on the fly and call `interpretKeyEvents`,
which could affect handling of the next events, meaning that we can't
provide them on `KeyEvent`.
2023-06-20 19:07:49 +00:00
..
util Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
child_window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
control_flow.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
cursor.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
cursor_grab.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
custom_events.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
drag_window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
fullscreen.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
handling_close.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
ime.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
key_binding.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
monitor_list.rs Properly print outputs in monitor_list example 2023-01-30 14:17:41 +03:00
mouse_wheel.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
multithreaded.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
multiwindow.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
request_redraw.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
request_redraw_threaded.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
resizable.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
theme.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
timer.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
touchpad_gestures.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
transparent.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
video_modes.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
web.rs Implement ResizeObserver (#2859) 2023-06-14 09:43:53 +02:00
web_aspect_ratio.rs On Web, implement Send and Sync where appropriate (#2834) 2023-06-05 02:44:54 +02:00
window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_buttons.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_debug.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_drag_resize.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_icon.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_option_as_alt.rs Bring OptionAsAlt back for macOS 2023-06-20 19:07:49 +00:00
window_resize_increments.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_run_return.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00