Scroll to navigation

GLUTGETMENU(3) Library Functions Manual (local) GLUTGETMENU(3)

NAME

glutGetMenuGet 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)