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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_tablet.c21 __glutCurrentWindow->tabletPos[0] = -1;
22 __glutCurrentWindow->tabletPos[1] = -1;
H A Dglut_input.c134 if (window->tabletPos[0] == -1)
135 window->tabletPos[0] = normalizeTabletPos(0, v->valuators[0]);
136 if (window->tabletPos[1] == -1)
137 window->tabletPos[1] = normalizeTabletPos(1, v->valuators[1]);
155 if (value != window->tabletPos[i]) {
156 window->tabletPos[i] = value;
162 if (window->tabletPos[0] == -1 || window->tabletPos[1] == -1)
165 window->tabletMotion(window->tabletPos[0], window->tabletPos[
[all...]
H A Dglut_win.c657 window->tabletPos[0] = -1;
658 window->tabletPos[1] = -1;
H A Dglutint.h353 int tabletPos[2]; /* tablet position (-1 is invalid) */ member in struct:_GLUTwindow
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h368 int tabletPos[2]; /* tablet position (-1 is invalid) */ member in struct:_GLUTwindow

Completed in 8 milliseconds