GLUTSETMENUDATA

Section: C Library Functions (3)
Updated: LOCAL
Index Return to Main Contents

BSD mandoc
 

NAME

glutSetMenuData - Store menu user data pointer  

LIBRARY

OpenGLUT - menus  

SYNOPSIS

In openglut.h Ft void Fn glutSetMenuData void *data  

PARAMETERS

Bf Em
 data Ef
    Client pointer data  

DESCRIPTION

glutSetMenuData() associates an arbitrary user data pointer, Bf Sy
 data, Ef
 with the  Bf Li
 current menu Ef
 . OpenGLUT does not interpret this pointer in any way, but merely stores it for you in the menu structure.

 

SEE ALSO

glutGetMenuData(3)