Files
winit/src
Imbris 7a4ce631bd 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-08-15 13:10:02 +04:00
..
2023-08-15 13:10:02 +04:00
2023-01-27 07:18:58 +03:00
2023-06-03 16:44:52 +03:00
2023-05-28 21:02:59 +03:00
2023-06-30 19:59:24 +04:00