1UNTITLED LOCAL UNTITLED
2
NAME
4glutSetMenuData — Store menu user data pointer
5
LIBRARY
7OpenGLUT - menus
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutSetMenuData(void *data);
14
PARAMETERS
16data Client pointer data
17
DESCRIPTION
19glutSetMenuData() associates an arbitrary user data pointer, data, with
20the current menu . OpenGLUT does not interpret this pointer in any
21way, but merely stores it for you in the menu structure.
22
SEE ALSO
24glutGetMenuData(3)
2526
27
28
29
Epoch