discoverpixy
Data Structures | Typedefs | Functions
screen.h File Reference
#include <stdio.h>
#include <stdbool.h>
Include dependency graph for screen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  SCREEN_S
 

Typedefs

typedef void(* SCREEN_CALLBACK) (void *screen)
 
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 ()