Menu system.
More...
#include "raylib.h"
Go to the source code of this file.
|
|
void | menuUpdate (void) |
| | Update/Tick menu.
|
| |
| void | menuDraw (const char *title) |
| | Draw menu window.
|
| |
|
void | setupMenuScreen (void) |
| | Setup menu screen (only use in screen.h)
|
| |
|
void | drawMenuScreen (void) |
| | Draw menu screen (use only in screen.c)
|
| |
|
void | drawMenuScreen3D (void) |
| | Unused.
|
| |
|
void | enterMenuScreen (void) |
| | Unused.
|
| |
|
void | updateMenuScreen (void) |
| | Update menu screen (use only in screen.c)
|
| |
|
|
GameMenu | currentMenu |
| | Set the starting menu.
|
| |
◆ GameMenu
| Enumerator |
|---|
| NO_MENU | No menu.
|
| PLAY | Play menu.
|
| SINGLEPLAYER | Singleplayer menu.
|
◆ menuDraw()
| void menuDraw |
( |
const char * | title | ) |
|
Draw menu window.
- Parameters
-
| title | Title of the menu window |