summaryrefslogtreecommitdiff
path: root/src/lua/lua_screen.cpp
AgeCommit message (Collapse)Author
2024-03-21Add support for screens declaring that they can't be poppedjacqueline
Needed as prep for usb msc support; you really shouldn't leave the MSC settings screen until you've disabled usb msc.
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.