Query: glutattachmenu
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutAttachMenu -- Attach the current menu to the current window.LIBRARYOpenGLUT - menusSYNOPSIS#include <openglut.h> void glutAttachMenu(int button);PARAMETERSbutton Mouse button to bind toDESCRIPTIONAssociates the button with the current menu in the current window.TODOAssumes 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 ALSOglutCreateMenu(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 |