mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Update extapp_api.cpp
This commit is contained in:
committed by
GitHub
parent
68f6bbc378
commit
ded69970ab
2
apps/external/extapp_api.cpp
vendored
2
apps/external/extapp_api.cpp
vendored
@@ -269,7 +269,7 @@ int extapp_getKey(bool allowSuspend, bool *alphaWasActive) {
|
||||
continue;
|
||||
}
|
||||
if (event.isKeyboardEvent()) {
|
||||
key = event.id();
|
||||
key = static_cast<uint8_t>(event);
|
||||
if (key == 17 || key == 4 || key == 5 || key == 52) {
|
||||
extapp_resetKeyboard();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user