discoverpixy
Functions
Main (Screen)
Collaboration diagram for Main (Screen):

Functions

SCREEN_STRUCTget_screen_main ()
 

Detailed Description

The Main Screen is the start-screen for the application

Function Documentation

SCREEN_STRUCT* get_screen_main ( )

Returns a pointer to the main screen

See also
gui_screen_navigate
Returns

Definition at line 196 of file screen_main.c.

197 {
198  return &screen;
199 }
static SCREEN_STRUCT screen
Definition: screen_main.c:189

Here is the caller graph for this function: