glutGetMenu - Man Page

Get the current menu ID.

Library

OpenGLUT - menus

Synopsis

#include <openglut.h>

int
glutGetMenu(void);

Description

Returns the integer ID of the current menu.

See Also

glutSetMenu(3)

Referenced By

glutSetMenu(3).