Ejemplo n.º 1
0
 private static extern void glutTabletMotionFunc(TCALLBACKglutTabletMotionProc glutTabletMotionProc);
Ejemplo n.º 2
0
 // GLUTAPI void APIENTRY glutTabletMotionFunc(void (GLUTCALLBACK *func)(int x, int y));
 public static void TabletMotionFunc(TCALLBACKglutTabletMotionProc glutTabletMotionProc)
 {
     glutTabletMotionFunc(glutTabletMotionProc);
 }