Increase size of JS keyboard event key/code buffer size

This commit is contained in:
p2jason
2024-11-12 13:37:08 +13:00
parent 764c32fd3e
commit 2beb495140
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -186,8 +186,8 @@ Key_Location :: enum u8 {
Numpad = 3,
}
KEYBOARD_MAX_KEY_SIZE :: 16
KEYBOARD_MAX_CODE_SIZE :: 16
KEYBOARD_MAX_KEY_SIZE :: 32
KEYBOARD_MAX_CODE_SIZE :: 32
GAMEPAD_MAX_ID_SIZE :: 64
GAMEPAD_MAX_MAPPING_SIZE :: 64