Nuclide
Software Development Kit for id Tech
|
Displays text-based menus, for use with a keyboard. More...
Functions | |
void | Textmenu_Call (string) |
Forcefully displays a given text menu. More... | |
void | Textmenu_Toggle (string) |
Toggle the text menu, replacing it with the one specified if inactive. More... | |
int | Textmenu_IsActive (void) |
Returns true or false depending on if a text menu is currently active. More... | |
void | Textmenu_Hide (void) |
Force the active text menu to be hidden. More... | |
void | Textmenu_Input (int) |
Called by Nuclide to pass numeric input values to the text menu. More... | |
void | Textmenu_Draw (void) |
Called by Nuclide to draw text menus. More... | |
Displays text-based menus, for use with a keyboard.
void Textmenu_Input | ( | int | nr | ) |
Called by Nuclide to pass numeric input values to the text menu.
int Textmenu_IsActive | ( | void | ) |
Returns true
or false
depending on if a text menu is currently active.