You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will report Event::KeyDown for key B with KeyEvent::repeat = false for one time.
I am using GTK backend, haven't tested on others.
Druid version: commit 64eb47c (latest master when reporting)
The text was updated successfully, but these errors were encountered:
azymohliad
changed the title
Event::KeyDown reports wrong repeat value after holding multiple keys
Event::KeyDown reports incorrect repeat value after holding multiple keys at specific order
Jul 4, 2020
Keep track of which keys are pressed and use that to determine whether
a key is a repeat. The previous logic of comparing the keyval to the
last value fails in the case of multiple keys.
Also add lock modifiers, a followup from #1079.
Fixes#1080
Steps to reproduce:
It will report
Event::KeyDown
for key B withKeyEvent::repeat = false
for one time.I am using GTK backend, haven't tested on others.
Druid version: commit 64eb47c (latest master when reporting)
The text was updated successfully, but these errors were encountered: