1UNTITLED LOCAL UNTITLED
2
NAME
4glutGetMenuData — Retrieve menu user data pointer
5
LIBRARY
7OpenGLUT - menus
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutGetMenuData(void);
14
DESCRIPTION
16Retrieve a previously stored user data pointer from the current menu.
17
SEE ALSO
19glutSetMenuData(3)
2021
22
23
24
Epoch