add new keycodes

This commit is contained in:
taco
2025-09-03 15:48:50 +10:00
parent a9ab1f072a
commit afbfc6c6ed

View File

@@ -8,7 +8,11 @@
#define KEY_RIGHT 0xB7 #define KEY_RIGHT 0xB7
#define KEY_SELECT 10 #define KEY_SELECT 10
#define KEY_ENTER 13 #define KEY_ENTER 13
#define KEY_BACK 27 // Esc #define KEY_CANCEL 27 // Esc
#define KEY_HOME 0xF0
#define KEY_NEXT 0xF1
#define KEY_PREV 0xF2
#define KEY_CONTEXT_MENU 0xF3
class UIScreen { class UIScreen {
protected: protected: