Module main_loop_scheduler
Structs§
MainLoopSchedulerimplements the Kanzi application main loop in form of a customizable sequence of stages, each consisting of a sequence of tasks, where a task is any callable, including functions, function objects, and lambdas.- An opaque handle to a
MainLoopSchedulertask. - An opaque handle to a
MainLoopSchedulertimer. - Stage for ticking animations.
- Stage for handling input events.
- Stage for laying out the nodes.
- Stage for presenting the nodes.
- Stage for rendering the nodes.
- Stage for executing your application code. Includes: