GLUTATTACHMENU

Section: C Library Functions (3)
Updated: LOCAL
Index Return to Main Contents

BSD mandoc
 

NAME

glutAttachMenu - Attach the current menu to the current window.  

LIBRARY

OpenGLUT - menus  

SYNOPSIS

In openglut.h Ft void Fn glutAttachMenu int button  

PARAMETERS

Bf Em
 button Ef
    Mouse button to bind to  

DESCRIPTION

Associates the Bf Sy
 button Ef
 with the current menu in the current window.

 

TODO

Assumes 3 mouse buttons. (Actually Bf Sy
 FREEGLUT_MAX_MENUS Ef
 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