mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Removed some dead/useless joystick code
This commit is contained in:
@@ -35,7 +35,6 @@ namespace sdl
|
||||
int w_getJoysticks(lua_State *L);
|
||||
int w_getIndex(lua_State *L);
|
||||
int w_getJoystickCount(lua_State *L);
|
||||
int w_isGamepad(lua_State *L);
|
||||
int w_setGamepadMapping(lua_State *L);
|
||||
int w_getGamepadMapping(lua_State *L);
|
||||
extern "C" LOVE_EXPORT int luaopen_love_joystick(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user