示例#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);
 }