Toggle navigation
1.
Introduction
2.
Getting Started
3.
Basics
3.1.
Ui objects
3.2.
Controls and resources
3.3.
Events
3.4.
Other functions
4.
Intermediate
4.1.
Data model
4.2.
Ui ID types
5.
Custom controls
5.1.
Canvas
5.2.
Custom Module
5.3.
Custom Events
Ui id types
The three "best" type to choose from when creating Uis:
&'static str
,
usize
and custom enums (todo)