late-bind my App.* handlers
Dependencies
- [2]
KE4T63TSstop using keyboard.isDown - [3]
AVTNUQYRbasic test-enabled framework - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- edit in app.lua at line 409
-- make sure to late-bind handlers like LÖVE's defaults do - replacement in app.lua at line 425
love.handlers[name] = App[name]love.handlers[name] = function(...) App[name](...) end