+ keycodes arrow keys

This commit is contained in:
Johannes Theiner 2019-12-16 15:00:06 +01:00
parent 987d03f665
commit 12b8c74330
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ namespace vkvm {
Backspace = 32,
Tab = 33,
Enter = 37,
Arrow_Left = 105,
Arrow_Down = 108,
Arrow_Right = 107,
Arrow_Up = 106,
ShiftLeft = 249,
ShiftRight = 249,
Ctrl = 251,