1UNTITLED LOCAL UNTITLED
2
NAME
4glutSetMenu — Set the current menu ID.
5
LIBRARY
7OpenGLUT - menus
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutSetMenu(int menuID);
14
PARAMETERS
16menuID Selected menu
17
DESCRIPTION
19Set the current menu to the specified menuID.
20
SEE ALSO
22glutGetMenu(3)
2324
25
26
27
Epoch