Removed love.event.addListener/removeListener/clearListeners.

They take away too much control from the main game code, which makes it harder to implement things like gamestates without modifying library code.
This commit is contained in:
Alex Szpakowski
2015-12-12 17:54:54 -04:00
parent 9893f7ad51
commit 925eebdaf0
7 changed files with 15 additions and 180 deletions
-2
View File
@@ -49,8 +49,6 @@ public:
int toLua(lua_State *L);
static Message *fromLua(lua_State *L, int n);
const std::string &getName() const { return name; }
private:
std::string name;