Add more key definitions

This commit is contained in:
lumaio teon 2018-04-13 17:14:04 -04:00
parent 3f59bdfc76
commit 5ef6cc1fb9
No known key found for this signature in database
GPG key ID: BC93C51B4BDB5819

View file

@ -136,6 +136,9 @@
#define KEY_RIGHT_SHIFT 344 #define KEY_RIGHT_SHIFT 344
#define KEY_RIGHT_CONTROL 345 #define KEY_RIGHT_CONTROL 345
#define KEY_RIGHT_ALT 346 #define KEY_RIGHT_ALT 346
#define KEY_GRAVE 96
#define KEY_SLASH 47
#define KEY_BACKSLASH 92
// Keyboard Alpha Numeric Keys // Keyboard Alpha Numeric Keys
#define KEY_ZERO 48 #define KEY_ZERO 48