glutsetwindowdata(3) centos man page | unix.com

Man Page: glutsetwindowdata

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutSetWindowData -- Set the user data for the current window
LIBRARY
OpenGLUT - window
SYNOPSIS
#include <openglut.h> void glutSetWindowData(void* data);
PARAMETERS
data Arbitrary client-supplied pointer.
DESCRIPTION
This associates an arbitrary void* value with the current window . This is especially useful in client-side callbacks that service many windows, if the client needs to know more about the window than OpenGLUT normally will provide.
SEE ALSO
glutGetWindowData(3) Epoch
Related Man Pages
glutdeviceget(3) - centos
glutinit(3) - centos
glutsetwindow(3) - centos
glutsetoption(3) - centos
glutswapbuffers(3) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
Docker learning Phase-I
Shopt -s histappend
[TIP] Processing YAML files with yq