mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Merge pull request #78 from lazaroblanc/master
Added missing KEY_NULL to KeyboardKey enum
This commit is contained in:
@ -425,6 +425,8 @@ namespace Raylib_cs
|
||||
// required keys for alternative layouts
|
||||
public enum KeyboardKey
|
||||
{
|
||||
KEY_NULL = 0,
|
||||
|
||||
// Alphanumeric keys
|
||||
KEY_APOSTROPHE = 39,
|
||||
KEY_COMMA = 44,
|
||||
|
Reference in New Issue
Block a user