winit-sonoma-fix/examples
Kirill Chibisov eec84ade86
Make set_device_event_filter non-mut
Commit f10a984 added `EventLoopWindowTarget::set_device_event_filter`
with for a mutable reference, however most winit APIs work with
immutable references, so altering API to play nicely with existing APIs.

This also disables device event filtering on debug example.
2022-06-10 15:39:02 +03:00
..
control_flow.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
cursor.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
cursor_grab.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
custom_events.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
drag_window.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
fullscreen.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
handling_close.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
ime.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
min_max_size.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
minimize.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
monitor_list.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
mouse_wheel.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
multithreaded.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
multiwindow.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
request_redraw.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
request_redraw_threaded.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
resizable.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
timer.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
transparent.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
video_modes.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
web.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
window.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
window_debug.rs Make set_device_event_filter non-mut 2022-06-10 15:39:02 +03:00
window_icon.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
window_run_return.rs Run clippy on CI 2022-06-10 13:43:33 +03:00