Added back

Added the ability to use the Up and Left buttons simultaneously to cause the cursor to move to the top left of the screen
This commit is contained in:
heurist1
2021-10-09 22:46:05 +01:00
parent 848dba44d8
commit a49c35088d
3 changed files with 15 additions and 1 deletions

View File

@@ -325,6 +325,7 @@ enum class KeyEvent {
Down = 2,
Up = 3,
Select = 4,
Back = 5, /* Left and Up together */
};
using EncoderEvent = int32_t;