Exemple #1
0
 private static extern void glutPassiveMotionFunc(TCALLBACKglutPassiveMotionProc glutPassiveMotionProc);
 // GLUTAPI void APIENTRY glutPassiveMotionFunc(void (GLUTCALLBACK *func)(int x, int y));
 public static void PassiveMotionFunc(TCALLBACKglutPassiveMotionProc glutPassiveMotionProc)
 {
     glutPassiveMotionFunc(glutPassiveMotionProc);
 }