RLGL Textures state functions.

This commit is contained in:
jussi
2023-06-02 16:18:32 +03:00
parent 9f979ad69c
commit d550afa3d4
7 changed files with 262 additions and 2 deletions

View File

@@ -1568,8 +1568,7 @@ int lcoreGetKeyScancode( lua_State *L ) {
}
int key = lua_tointeger( L, 1 );
int scancode = glfwGetKeyScancode( key );
lua_pushinteger( L, scancode );
lua_pushinteger( L, glfwGetKeyScancode( key ) );
return 1;
}