handlers for _all_ LÖVE events
Dependencies
Change contents
- edit in main.lua at line 256[2.87]
-- plumb all other handlers through to on.*for handler_name in pairs(love.handlers) doif App[handler_name] == nil thenApp[handler_name] = function(...)if on[handler_name] then on[handler_name](...) endendendend