Searched refs:GLUTjoystickFCB (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/include/GL/ | ||
| H A D | glutf90.h | 44 #define GLUT_FCB_JOYSTICK 19 /* GLUTjoystickFCB */ 69 typedef void (GLUTCALLBACK *GLUTjoystickFCB) (unsigned int *buttonMask, int *x, int *y, int *z); typedef in typeref:typename:void (GLUTCALLBACK *)(unsigned int * buttonMask,int * x,int * y,int * z) |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ | ||
| H A D | glut_fcb.c | 85 __glutCurrentWindow->fjoystick = (GLUTjoystickFCB) func; |
| H A D | glutint.h | 412 GLUTjoystickFCB fjoystick; /* joystick */ |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ | ||
| H A D | glutint.h | 298 typedef void (*GLUTjoystickFCB) (unsigned int *buttonMask, int *x, int *y, int *z); typedef in typeref:typename:void (*)(unsigned int * buttonMask,int * x,int * y,int * z) 435 GLUTjoystickFCB fjoystick; /* joystick */ |
Completed in 7 milliseconds