|
discoverpixy
|
#include <screen.h>

Data Fields | |
| SCREEN_CALLBACK | on_enter |
| The Callback which is called when the screen is entered. Add/Register all UI-Elements here. More... | |
| SCREEN_CALLBACK | on_leave |
| The Callback which is called when the screen is left. Remove/Unregister all UI-Elements here. More... | |
| SCREEN_CALLBACK | on_update |
| The Callback which is called repeatedly when the screen should be updated. Update/Redraw all UI-Elements here. More... | |
| struct SCREEN_S * | next |
| Used internally. do not modify, do not initialize. More... | |
| struct SCREEN_S* next |
| SCREEN_CALLBACK on_enter |
| SCREEN_CALLBACK on_leave |
| SCREEN_CALLBACK on_update |
1.8.9.1