Tao.FreeGlut SDK Documentation

Glut.glutGetWindowData Method 

Get the user data for the current window.

[Visual Basic]
Public Shared Function glutGetWindowData() As IntPtr
[C#]
public static IntPtr glutGetWindowData();

Return Value

An IntPtr associated with the current window as set with glutSetupWindowData.

See Also

Glut Class | Tao.FreeGlut Namespace