Fix incorrect full keyboard mode escape codes
This commit is contained in:
parent
cdb12f2049
commit
2de0c82f18
@ -138,9 +138,9 @@ def get_localized_key(key, scancode):
|
||||
|
||||
|
||||
action_map = {
|
||||
defines.GLFW_PRESS: b'p',
|
||||
defines.GLFW_RELEASE: b'r',
|
||||
defines.GLFW_REPEAT: b't'
|
||||
defines.GLFW_PRESS: 'p',
|
||||
defines.GLFW_RELEASE: 'r',
|
||||
defines.GLFW_REPEAT: 't'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user