Searched refs:buttonBox (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_dials.c13 __glutCurrentWindow->buttonBox = buttonBoxFunc;
H A Dglut_input.c235 && window->buttonBox) {
236 window->buttonBox(devbtn->button, GLUT_DOWN);
261 && window->buttonBox) {
262 window->buttonBox(devbtn->button, GLUT_UP);
524 if (window->buttonBox) {
535 if (window->dials || window->buttonBox) {
H A Dglutint.h380 GLUTbuttonBoxCB buttonBox; /* button box */ member in struct:_GLUTwindow
H A Dglut_win.c646 window->buttonBox = NULL;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h395 GLUTbuttonBoxCB buttonBox; /* button box */ member in struct:_GLUTwindow

Completed in 12 milliseconds