Пример #1
0
 private static extern void glutSpaceballMotionFunc(TCALLBACKglutSpaceballMotionProc glutSpaceballMotionProc);
Пример #2
0
 // GLUTAPI void APIENTRY glutSpaceballMotionFunc(void (GLUTCALLBACK *func)(int x, int y, int z));
 public static void SpaceballMotionFunc(TCALLBACKglutSpaceballMotionProc glutSpaceballMotionProc)
 {
     glutSpaceballMotionFunc(glutSpaceballMotionProc);
 }