Use DEVICE_ID_ANY for the NK_BACK key in default mappings
This commit is contained in:
parent
06fadd5cad
commit
a78d71029a
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ void UpdateNativeMenuKeys() {
|
|||
|
||||
const KeyDef hardcodedCancelKeys[] = {
|
||||
KeyDef(DEVICE_ID_KEYBOARD, NKCODE_ESCAPE),
|
||||
KeyDef(DEVICE_ID_KEYBOARD, NKCODE_BACK),
|
||||
KeyDef(DEVICE_ID_ANY, NKCODE_BACK),
|
||||
};
|
||||
|
||||
for (size_t i = 0; i < ARRAY_SIZE(hardcodedCancelKeys); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue