2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Update Raylib.cs

This commit is contained in:
Lázaro Blanc
2021-03-26 16:00:51 +01:00
committed by GitHub
parent e49ca5b92c
commit b2ef3c1bab

View File

@ -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,