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