Added KEY_NULL #520
This commit is contained in:
parent
4fb6f4af75
commit
5049137715
1 changed files with 1 additions and 0 deletions
|
@ -500,6 +500,7 @@ typedef enum {
|
|||
// NOTE: Use GetKeyPressed() to allow redefining
|
||||
// required keys for alternative layouts
|
||||
typedef enum {
|
||||
KEY_NULL = 0,
|
||||
// Alphanumeric keys
|
||||
KEY_APOSTROPHE = 39,
|
||||
KEY_COMMA = 44,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue