Files
winit/src/platform_impl/linux/x11
Christian Duerr f10a984ba3 Add X11 opt-in function for device events
Previously on X11, by default all global events were broadcasted to
every winit application. This unnecessarily drains battery due to
excessive CPU usage when moving the mouse.

To resolve this, device events are now ignored by default and users must
manually opt into it using
`EventLoopWindowTarget::set_filter_device_events`.

Fixes (#1634) on Linux.
2022-06-08 00:17:45 +03:00
..
2022-01-01 03:00:11 +01:00
2021-05-19 18:39:53 +02:00
2022-01-01 03:00:11 +01:00