winit/src/platform_impl/linux/common
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
..
keymap.rs Update xkbcommon-dl to 0.4.0 2023-06-28 14:48:35 +04:00
mod.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
xkb_state.rs On X11, avoid false positive key repeats 2023-07-09 17:05:49 +00:00