rendering: skip next char when pressing ignoreConsumer keybinding

This commit is contained in:
Bixilon 2022-05-16 08:54:35 +02:00
parent 5bdfa454f6
commit f3ac213d4c
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -275,6 +275,7 @@ class RenderWindowInputHandler(
keyBindingsDown -= resourceLocation
}
}
skipCharPress = true
}
if (keyDown) {
keysLastDownTime[keyCode] = currentTime