late-bind my App.* handlers
commit48c05aa77a6a06329f4764ab511e39611262c23f
authorKartik K. Agaram <vc@akkartik.com>
Sat, 18 Nov 2023 22:13:13 +0000 (18 14:13 -0800)
committerKartik K. Agaram <vc@akkartik.com>
Sat, 18 Nov 2023 22:15:07 +0000 (18 14:15 -0800)
tree655b5d6334dd651aa84d28519bbdcea5274add83
parent007b965b11b681550ee2e2244a2f53e64e88697d
late-bind my App.* handlers

This came up when trying to integrate my apps with the vudu debugger
(https://github.com/deltadaedalus/vudu). In general, it's a subtle part
of LÖVE's semantics that you can modify event handlers any time and your
modifications will get picked up. Now my Freewheeling Apps will follow
this norm as well.
app.lua