Merge pull request #78 from lazaroblanc/master
Added missing KEY_NULL to KeyboardKey enum
This commit is contained in:
commit
918e33cb9f
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue