summaryrefslogtreecommitdiff
path: root/src/lua/include/lua_screen.hpp
AgeCommit message (Collapse)Author
2024-03-07use prototype inheritance for lua screens, rather than functionsjacqueline
this gives us a way to give each screen nice little hooks, like 'onShown' and 'onHidden'. later we can use these hooks to disable bindings for screens that aren't in-use.