GetKeyName and GetKeyScancode.

This commit is contained in:
jussi
2023-03-30 00:13:02 +03:00
parent 9df23e32b0
commit 6a7c660f33
11 changed files with 6713 additions and 3 deletions

View File

@@ -29,3 +29,5 @@ ADDED: RL_LoadFontEx.
FIXED: RL_ImageAlphaClear expecting wrong arguments.
ADDED: BLEND_ALPHA_PREMULTIPLY.
CHANGED: RL_GetWindowSize renamed to RL_GetScreenSize.
ADDED: RL_GetKeyName and RL_GetKeyScancode. GLFW Functions.
ADDED: KEY_UNKNOWN.