centos man page for glutattachmenu

Query: glutattachmenu

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNTITLED
LOCAL UNTITLED
NAME
glutAttachMenu -- Attach the current menu to the current window.
LIBRARY
OpenGLUT - menus
SYNOPSIS
#include <openglut.h> void glutAttachMenu(int button);
PARAMETERS
button Mouse button to bind to
DESCRIPTION
Associates the button with the current menu in the current window.
TODO
Assumes 3 mouse buttons. (Actually FREEGLUT_MAX_MENUS holds the assumed number of buttons.) Cannot bind to more buttons. Will not issue any warnings or errors if the user does not have enough buttons to reach your menu.
SEE ALSO
glutCreateMenu(3) glutSetMenu(3) glutDetachMenu,(3) Epoch
Related Man Pages
glutbuttonboxfunc(3glut) - redhat
glutcreatemenuwindow(3) - centos
glutdeviceget(3) - centos
glutmousefunc(3) - centos
glutcreatemenu(3glut) - osx
Similar Topics in the Unix Linux Community
Error: GL/glut.h: No such file or directory
How to insert JPEG on each side of the cube using openGL in C
How to Decode an image using openGL