discoverpixy
Data Fields
SCREEN_S Struct Reference

#include <screen.h>

Collaboration diagram for SCREEN_S:
Collaboration graph
[legend]

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_Snext
 Used internally. do not modify, do not initialize. More...
 

Detailed Description

Structure to configure the Screen

Definition at line 52 of file screen.h.

Field Documentation

struct SCREEN_S* next

Used internally. do not modify, do not initialize.

Definition at line 57 of file screen.h.

SCREEN_CALLBACK on_enter

The Callback which is called when the screen is entered. Add/Register all UI-Elements here.

Definition at line 53 of file screen.h.

SCREEN_CALLBACK on_leave

The Callback which is called when the screen is left. Remove/Unregister all UI-Elements here.

Definition at line 54 of file screen.h.

SCREEN_CALLBACK on_update

The Callback which is called repeatedly when the screen should be updated. Update/Redraw all UI-Elements here.

Definition at line 55 of file screen.h.


The documentation for this struct was generated from the following file: