![]() |
torcs - 1.2.2 | ![]() |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <GL/glut.h>
#include <tgfclient.h>
#include "gui.h"
#include "guimenu.h"
Include dependency graph for guimenu.cpp:
Functions | |
void | gfMenuInit (void) |
void | GfuiMenuDefaultKeysAdd (void *scr) |
Add the default menu keyboard callback to a screen. | |
void * | GfuiMenuScreenCreate (char *title) |
Create a new menu screen. | |
int | GfuiMenuButtonCreate (void *scr, char *text, char *tip, void *userdata, tfuiCallback onpush) |
Add a button to a menu screen. | |
int | GfuiMenuBackQuitButtonCreate (void *scr, char *text, char *tip, void *userdata, tfuiCallback onpush) |
Add the "Back" or "Quit" button at the bottom of the menu screen. |
|
|