virtual IntegrationStatus get_status() const override
Gives details about what the user is doing right now.
Definition: textscroller_screen.cpp:139
virtual void setup() override
gets called before this screen gets activated (which is at least once before the first draw or update...
Definition: textscroller_screen.cpp:88
This class provides functions for drawing things on screen.
Definition: drawing_context.hpp:42
virtual void draw(Compositor &compositor) override
gets called once per frame.
Definition: textscroller_screen.cpp:103
virtual void update(float dt_sec, const Controller &controller) override
gets called for once (per logical) frame.
Definition: textscroller_screen.cpp:95