glutGetMenuData - Man Page

Retrieve menu user data pointer

Library

OpenGLUT - menus

Synopsis

#include <openglut.h>

void
glutGetMenuData(void);

Description

Retrieve a previously stored user data pointer from the current menu.

See Also

glutSetMenuData(3)

Referenced By

glutSetMenuData(3).