Query: glutmenustatusfunc
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutMenuStatusFunc -- Modern variant of glutMenuStateFunc()LIBRARYOpenGLUT - menucallbackSYNOPSIS#include <openglut.h> void glutMenuStatusFunc(void( *callback )( int status, int x, int y ));PARAMETERScallback Client menu status hook.DESCRIPTIONBroadly, OpenGLUT operates in two modes. At any given time, it is either in menu mode (with a popup menu display, possibly with subitems) or it is not. When moving from non-menu to menu status, callback (if defined) will be called with GLUT_MENU_IN_USE . Conversely, when moving from menu to non-menu status, callback (if defined) will be called with GLUT_MENU_NOT_IN_USE . This differs from glutMenuStateFunc() in that callback is also given the x and y coordinates of the mouse when the menu state transi- tion took place. This callback is bound to both the current window and the current menu .BUGSYour callback is not actually called presently.SEE ALSOglutMenuStateFunc(3) Epoch
Related Man Pages |
---|
glutmenustatusfunc(3glut) - mojave |
tk_popup(3tk) - debian |
glutcreatemenuwindow(3) - centos |
glutsetwindow(3) - centos |
glutmenustatusfunc(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
DB2 convert digits to binary format |
Docker learning Phase-I |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
Please Welcome Dave Munro to the Moderator Team! |