Searched refs:GLUTtabletButtonCB (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ | ||
| H A D | glut_tablet.c | 27 glutTabletButtonFunc(GLUTtabletButtonCB tabletButtonFunc) |
| H A D | glutint.h | 285 typedef void (GLUTCALLBACK *GLUTtabletButtonCB) (int, int, int, int); typedef in typeref:typename:void (GLUTCALLBACK *)(int,int,int,int) 386 GLUTtabletButtonCB tabletButton; /* tablet button */ |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ | ||
| H A D | glutCallback.cpp | 169 glutTabletButtonFunc(GLUTtabletButtonCB tabletButtonFunc) |
| H A D | glutint.h | 272 typedef void (*GLUTtabletButtonCB) (int, int, int, int); typedef in typeref:typename:void (*)(int,int,int,int) 401 GLUTtabletButtonCB tabletButton; /* tablet button */ |
Completed in 6 milliseconds