2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Merge pull request #78 from lazaroblanc/master

Added missing KEY_NULL to KeyboardKey enum
This commit is contained in:
Chris 2021-03-26 17:46:02 +00:00 committed by GitHub
commit 918e33cb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,