winit/src/platform_impl/linux
Marijn Suijten 19e3906369
On X11, remove the now-unrefrenced events.rs source file
#2662 renamed `VirtualKeyCode` to `Key` yet references to the former
type still exist in `src/platform_impl/linux/x11/events.rs`.  As it
turns out the `mod events;` in `x11/mod.rs` was removed in the same PR,
but the file accidentally stuck around without being referenced anywhere
else.
2023-07-31 22:15:43 +04:00
..
common On X11, avoid false positive key repeats 2023-07-09 17:05:49 +00:00
wayland Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
x11 On X11, remove the now-unrefrenced events.rs source file 2023-07-31 22:15:43 +04:00
mod.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00