MainLoopStage
¶
Stage instance represents a certain stage in the Kanzi main loop. This class provides default stages for the MainLoopScheduler.
| INPUT | Stage for handling input events |
| USER | Stage for executing your application code |
| ANIMATE | Stage for ticking animations |
| LAYOUT | Stage for laying out the nodes |
| RENDER | Stage for rendering the nodes |
| PRESENT | Stage for presenting the nodes |
Stage for handling input events.
Stage for executing your application code. Includes:
Stage for ticking animations.
Stage for laying out the nodes.
Stage for rendering the nodes.
Stage for presenting the nodes.