winit/src/platform_impl/linux/x11
Imbris bd890e69aa
On X11, avoid false positive key repeats
Instead of a single `bool` indicating that a key press has occured and
no key has been released since then, we store the scancode of the last
pressed key (if it is a key that repeats when held). This fixes a bug
where pressing a new key while one is already held down will be flagged
as a repeat even though it is obviously not a repeat.
2023-07-09 17:05:49 +00:00
..
ime Bump MSRV to 1.64 2023-03-08 19:34:10 +03:00
util Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
dnd.rs Remove xlib_xconnection from public interface 2023-01-10 11:46:48 +03:00
event_processor.rs On X11, avoid false positive key repeats 2023-07-09 17:05:49 +00:00
events.rs Map XK_Caps_Lock to VirtualKeyCode::Capital (#1864) 2022-06-23 17:59:04 +02:00
ffi.rs Implemented focus_window (#1944) 2021-05-19 18:39:53 +02:00
mod.rs On X11, avoid false positive key repeats 2023-07-09 17:05:49 +00:00
monitor.rs fix unnecessary cast lint (#2596) 2022-12-22 20:35:33 +01:00
window.rs On X11, fix IME not working 2023-06-30 19:59:24 +04:00
xdisplay.rs Remove xlib_xconnection from public interface 2023-01-10 11:46:48 +03:00