mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
* Add missing space button handler to the text input box.
This commit is contained in:
@@ -53,6 +53,7 @@ enum
|
||||
AKEYCODE_BACKSLASH = VK_OEM_5, // '\|'
|
||||
AKEYCODE_RIGHT_BRACKET=VK_OEM_6,// ']}'
|
||||
AKEYCODE_APOSTROPHE = VK_OEM_7, // ''"'
|
||||
AKEYCODE_SPACE = VK_SPACE,
|
||||
|
||||
AKEYCODE_0 = '0',
|
||||
//...
|
||||
|
||||
Reference in New Issue
Block a user