table of contents
        
      
      
    | GLUTDETACHMENU(3) | Library Functions Manual (local) | GLUTDETACHMENU(3) | 
NAME¶
glutDetachMenu —
    Detach menu from the current window.
LIBRARY¶
OpenGLUT - menus
SYNOPSIS¶
#include
    <openglut.h>
void
  
  glutDetachMenu(int
    button);
PARAMETERS¶
button
Mouse button to unbind from.
DESCRIPTION¶
If the given
button
has a menu bound to it, this breaks the assocation.