40 "Graphic",
"Configure graphic parameters",
44 "Display",
"Configure display parameters",
54 "Sound",
"Configure sound parameters",
58 "OpenGL",
"Configure OpenGL parameters",
void * GfScrMenuInit(void *precMenu)
Create and activate the video options menu screen.
int GfuiMenuButtonCreate(void *scr, const char *text, const char *tip, void *userdata, tfuiCallback onpush)
Add a button to a menu screen.
void * GfuiMenuScreenCreate(const char *title)
Create a new menu screen.
void GfuiScreenAddBgImg(void *scr, const char *filename)
Add an image background to a screen.
void * GraphMenuInit(void *prevMenu)
The Gaming Framework API (client part).
void * SoundMenuInit(void *prevMenu)
void GfuiScreenActivate(void *screen)
Activate a screen and make it current.
void * OpenGLMenuInit(void *prevMenu)
int GfuiMenuBackQuitButtonCreate(void *scr, const char *text, const char *tip, void *userdata, tfuiCallback onpush)
Add the "Back" or "Quit" button at the bottom of the menu screen.