예제 #1
0
 private static extern void glutSpaceballRotateFunc(TCALLBACKglutSpaceballRotateProc glutSpaceballRotateProc);
예제 #2
0
 // GLUTAPI void APIENTRY glutSpaceballRotateFunc(void (GLUTCALLBACK *func)(int x, int y, int z));
 public static void SpaceballRotateFunc(TCALLBACKglutSpaceballRotateProc glutSpaceballRotateProc)
 {
     glutSpaceballRotateFunc(glutSpaceballRotateProc);
 }