mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 03:15:35 -04:00
rendering: skip next char when pressing ignoreConsumer keybinding
This commit is contained in:
parent
5bdfa454f6
commit
f3ac213d4c
@ -275,6 +275,7 @@ class RenderWindowInputHandler(
|
|||||||
keyBindingsDown -= resourceLocation
|
keyBindingsDown -= resourceLocation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
skipCharPress = true
|
||||||
}
|
}
|
||||||
if (keyDown) {
|
if (keyDown) {
|
||||||
keysLastDownTime[keyCode] = currentTime
|
keysLastDownTime[keyCode] = currentTime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user