Scroll to navigation

GLUTSETMENU(3) Library Functions Manual (local) GLUTSETMENU(3)

NAME

glutSetMenuSet the current menu ID.

LIBRARY

OpenGLUT - menus

SYNOPSIS

#include <openglut.h>

void
glutSetMenu(int menuID);

PARAMETERS


menuID

Selected menu

DESCRIPTION

Set the


current menu

to the specified

menuID.

SEE ALSO

glutGetMenu(3)