discoverpixy
Data Structures | Typedefs | Functions
Screen
Collaboration diagram for Screen:

Data Structures

struct  SCREEN_S
 

Typedefs

typedef void(* SCREEN_CALLBACK) (void *screen)
 Function pointer used... More...
 
typedef struct SCREEN_S SCREEN_STRUCT
 

Functions

bool gui_screen_navigate (SCREEN_STRUCT *screen)
 
bool gui_screen_back ()
 
SCREEN_STRUCTgui_screen_get_current ()
 
void gui_screen_update ()
 

Detailed Description

The Screen Submodule

Typedef Documentation

typedef void(* SCREEN_CALLBACK) (void *screen)

Function pointer used...

typedef struct SCREEN_S SCREEN_STRUCT

Function Documentation

bool gui_screen_back ( )

Here is the caller graph for this function:

SCREEN_STRUCT* gui_screen_get_current ( )
bool gui_screen_navigate ( SCREEN_STRUCT screen)

Here is the caller graph for this function:

void gui_screen_update ( )

Here is the caller graph for this function: