mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Added KEY_NULL #520
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user