Tao.FreeGlut SDK Documentation

Glut.glutGetMenuData Method 

Rerieves user data from a menu.

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

Return Value

A previously stored arbitrary user data IntPtr from the current menu.

See Also

Glut Class | Tao.FreeGlut Namespace