Button nodes provide an area that receives keyboard and touch input which Kanzi translates to state events. More...
Classes | |
class | kanzi::Button2D |
Use the Button 2D node to create a 2D UI control that the user can interact with through clicking, tapping, or pressing a keyboard key. More... | |
class | kanzi::Button3D |
Use the Button 3D node to create a 3D UI control that the user can interact with through clicking, tapping, or pressing a keyboard key. More... | |
class | kanzi::ButtonConcept |
Button nodes provide an area that receives keyboard and touch input which Kanzi translates to state events. More... | |
class | kanzi::ButtonConceptImpl< TBaseClass, TDerivedClass > |
Implementation class for ButtonConcept. More... | |
class | kanzi::ToggleButton2D |
Use the Toggle Button 2D node to create a 2D UI control that the user can interact with through clicking, tapping, or pressing a keyboard key, and that has multiple toggle states. More... | |
class | kanzi::ToggleButton3D |
Use the Toggle Button 3D node to create a 3D UI control that the user can interact with through clicking, tapping, or pressing a keyboard key, and that has multiple toggle states. More... | |
class | kanzi::ToggleButtonGroup2D |
Toggle Button Group 2D allows users of your application to select only one option from a set of options that are mutually exclusive. More... | |
class | kanzi::ToggleButtonGroup3D |
Toggle Button Group 3D allows users of your application to select only one option from a set of options that are mutually exclusive. More... | |
class | kanzi::ToggleButtonGroupConcept |
Use a Toggle Button Group to control a collection of Toggle Buttons so that only one Toggle Button can be toggled on at a time. More... | |
class | kanzi::ToggleButtonGroupConceptImpl< TBaseClass, TDerivedClass > |
Implementation class for ToggleButtonGroupConcept. More... | |
Button nodes provide an area that receives keyboard and touch input which Kanzi translates to state events.
In addition to the area that receives input, the Toggle Button nodes provide a toggled state.