Ejemplo n.º 1
0
 private static extern void glutPassiveMotionFunc(TCALLBACKglutPassiveMotionProc glutPassiveMotionProc);
Ejemplo n.º 2
0
 // GLUTAPI void APIENTRY glutPassiveMotionFunc(void (GLUTCALLBACK *func)(int x, int y));
 public static void PassiveMotionFunc(TCALLBACKglutPassiveMotionProc glutPassiveMotionProc)
 {
     glutPassiveMotionFunc(glutPassiveMotionProc);
 }