1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutSetMenuData — Store menu user data pointer
5

LIBRARY

7     OpenGLUT - menus
8

SYNOPSIS

10     #include <openglut.h>
11
12     void
13     glutSetMenuData(void *data);
14

PARAMETERS

16      data     Client pointer data
17

DESCRIPTION

19     glutSetMenuData() associates an arbitrary user data pointer,  data,  with
20     the  current menu  .  OpenGLUT does not interpret this pointer in any
21     way, but merely stores it for you in the menu structure.
22

SEE ALSO

24     glutGetMenuData(3)
25
26
27
28
29                                     Epoch
Impressum