mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Update Raylib.cs
This commit is contained in:
parent
e49ca5b92c
commit
b2ef3c1bab
@ -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…
x
Reference in New Issue
Block a user