mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Add love.joystick.reload, remove love.joystick.open and friends. (issue #392)
Reload originates from love-experiments, as noted in the ticket.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace sdl
|
||||
// Implements Module.
|
||||
const char * getName() const;
|
||||
|
||||
void reload();
|
||||
bool checkIndex(int index);
|
||||
int getNumJoysticks();
|
||||
const char * getName(int index);
|
||||
|
||||
Reference in New Issue
Block a user