feat(event) add LV_EVENT_SCREEN_LOADED/UNLOADED events

This commit is contained in:
Gabor Kiss-Vamosi
2021-10-13 12:35:58 +02:00
parent 7124ef7761
commit ee5369e2d2
3 changed files with 10 additions and 0 deletions

View File

@@ -110,6 +110,8 @@ The following event codes exist:
- `LV_EVENT_STYLE_CHANGED` Object's style has changed
- `LV_EVENT_BASE_DIR_CHANGED` The base dir has changed
- `LV_EVENT_GET_SELF_SIZE` Get the internal size of a widget
- `LV_EVENT_SCREEN_LOADED` A screen was loaded
- `LV_EVENT_SCREEN_UNLOADED` A screen was unloaded
### Special events
- `LV_EVENT_VALUE_CHANGED` The object's value has changed (i.e. slider moved)