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

@@ -112,6 +112,7 @@ int ltextLoadFontFromImage( lua_State *L ) {
break;
}
}
int firstChar = lua_tointeger( L, -1 );
lua_pop( L, 1 );
Color key = uluaGetColor( L );