2
0
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:
2021-03-26 17:46:02 +00:00
committed by GitHub

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,