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:
Bart van Strien
2012-05-18 19:42:46 +02:00
parent fb6ffded14
commit 8211b8f93f
4 changed files with 40 additions and 28 deletions
+1
View File
@@ -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);