UNTITLEDLOCAL UNTITLEDNAMEglutSetMenuData -- Store menu user data pointerLIBRARYOpenGLUT - menusSYNOPSIS#include <openglut.h> void glutSetMenuData(void *data);PARAMETERSdata Client pointer dataDESCRIPTIONglutSetMenuData() associates an arbitrary user data pointer, data, with the current menu . OpenGLUT does not interpret this pointer in any way, but merely stores it for you in the menu structure.SEE ALSOglutGetMenuData(3) Epoch
| Related Man Pages |
|---|
| glutcreatewindow(3) - centos |
| glutgamemodeget(3) - centos |
| glutget(3) - centos |
| glutsetwindow(3) - centos |
| glutswapbuffers(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| DB2 convert digits to binary format |
| Tar Command |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |