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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_space.c31 __glutCurrentWindow->spaceButton = spaceButtonFunc;
H A Dglut_input.c239 && window->spaceButton) {
240 window->spaceButton(devbtn->button, GLUT_DOWN);
265 && window->spaceButton) {
266 window->spaceButton(devbtn->button, GLUT_UP);
547 if (window->spaceButton) {
558 if (window->spaceMotion || window->spaceRotate || window->spaceButton) {
H A Dglutint.h384 GLUTspaceButtonCB spaceButton; /* Spaceball button */ member in struct:_GLUTwindow
H A Dglut_win.c650 window->spaceButton = NULL;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h399 GLUTspaceButtonCB spaceButton; /* Spaceball button */ member in struct:_GLUTwindow

Completed in 14 milliseconds