table of contents
other versions
- Tumbleweed 3.2.2-2.1
- Leap-16.0
- Leap-15.6
| 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.