71 "The Open Racing Car Simulator",
83 "Configure Players",
"Players configuration menu",
87 "Options",
"Configure",
int TorcsMainMenuRun(void)
int GfuiMenuButtonCreate(void *scr, const char *text, const char *tip, void *userdata, tfuiCallback onpush)
Add a button to a menu screen.
int GfuiLabelCreate(void *scr, const char *text, int font, int x, int y, int align, int maxlen)
Add a label to a screen.
void GfuiScreenAddBgImg(void *scr, const char *filename)
Add an image background to a screen.
The Gaming Framework API (client part).
void * GfuiScreenCreateEx(float *bgColor, void *userDataOnActivate, tfuiCallback onActivate, void *userDataOnDeactivate, tfuiCallback onDeactivate, int mouseAllowed)
Create a screen.
int TorcsMainMenuInit(void)
void GfuiMenuDefaultKeysAdd(void *scr)
Add the default menu keyboard callback to a screen.
int GfModUnloadList(tModList **modlist)
Unload the DLLs of a list.
void * TorcsDriverMenuInit(void *prevMenu)
void(* tfuiCallback)(void *)
void * ReSinglePlayerInit(void *precMenu)
void GfuiScreenActivate(void *screen)
Activate a screen and make it current.
int GfuiTitleCreate(void *scr, const char *text, int maxlen)
Add a Title to the screen.
tModList * RacemanModLoaded
list of module interfaces
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.
static void TorcsMainMenuActivate(void *)