Update Raylib.cs
This commit is contained in:
parent
e49ca5b92c
commit
b2ef3c1bab
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