Kanzi  3.9.6
Kanzi Engine API
State Manager

State Manager provides the means to create different states in your Kanzi application. More...

Classes

class  kanzi::StateManager
 State manager for managing states of nodes or application. More...
 

Detailed Description

State Manager provides the means to create different states in your Kanzi application.

For example, you can define the appearance and behavior of a button during different states, such as how the button reacts when a user selects, presses, holds, or releases that button. Kanzi uses its animation system to animate the transitions between states.