summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2021-06-08 10:56:02 -0500
committerPete Johanson <peter@peterjohanson.com>2021-06-08 20:35:58 -0400
commit4e69a32103a2905b9a32c80c8d3d798fbb0d9a0f (patch)
tree28b2ddfdbf23187ba25fe345c8053929d2fef9f4 /docs/README.md
parenteecc12c98022c1dce4a228914887ed328b1774c2 (diff)
fix(combos): Check each combo key, not just last
The current combo completion check only makes sure the last key in the combo is set. This works when the combo is typed correctly initially, or when reraising events in a combo of length two. However, it fails for longer combos since the last event in pressed_keys might be set, but the first (or subsequent) event in pressed_keys can be NULL thanks to release_pressed_keys. Also added a regression test.
Diffstat (limited to 'docs/README.md')
0 files changed, 0 insertions, 0 deletions