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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_dials.c22 __glutCurrentWindow->dials = dialsFunc;
H A Dglut_input.c192 && window->dials) {
196 window->dials(i + 1,
323 int num_dev = 0, btns = 0, dials = 0; local in function:probeDevices
404 dials = v->num_axes;
405 __glutDialsResolution = (int *) malloc(sizeof(int) * dials);
407 for (k = 0; k < dials; k++, a++) {
418 __glutNumDials = dials;
477 a tablet, dials, or spaceball do we claim devices are
519 if (window->dials) {
535 if (window->dials || windo
[all...]
H A Dglutint.h381 GLUTdialsCB dials; /* dials */ member in struct:_GLUTwindow
405 GLUTdialsFCB fdials; /* dials */
H A Dglut_win.c647 window->dials = NULL;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h396 GLUTdialsCB dials; /* dials */ member in struct:_GLUTwindow
423 GLUTdialsFCB fdials; /* dials */

Completed in 7 milliseconds