mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Removed some dead/useless joystick code
This commit is contained in:
@@ -52,7 +52,6 @@ public:
|
||||
love::joystick::Joystick *getJoystick(int joyindex);
|
||||
int getIndex(const love::joystick::Joystick *joystick);
|
||||
int getJoystickCount() const;
|
||||
bool isGamepad(int joyindex) const;
|
||||
bool setGamepadMapping(const std::string &guid, Joystick::GamepadInput gpinput, Joystick::JoystickInput joyinput);
|
||||
Joystick::JoystickInput getGamepadMapping(const std::string &guid, Joystick::GamepadInput gpinput);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user