mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Fixed some misc. compiler warnings.
This commit is contained in:
@@ -35,7 +35,7 @@ int w_hasKeyRepeat(lua_State *L);
|
||||
int w_isDown(lua_State *L);
|
||||
int w_isScancodeDown(lua_State *L);
|
||||
int w_getKeyFromScancode(lua_State *L);
|
||||
int w_getScancodeFromkey(lua_State *L);
|
||||
int w_getScancodeFromKey(lua_State *L);
|
||||
int w_setTextInput(lua_State *L);
|
||||
int w_hasTextInput(lua_State *L);
|
||||
int w_hasScreenKeyboard(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user