Ejemplo n.º 1
0
 private static extern void glutSpaceballMotionFunc(TCALLBACKglutSpaceballMotionProc glutSpaceballMotionProc);
Ejemplo n.º 2
0
 // GLUTAPI void APIENTRY glutSpaceballMotionFunc(void (GLUTCALLBACK *func)(int x, int y, int z));
 public static void SpaceballMotionFunc(TCALLBACKglutSpaceballMotionProc glutSpaceballMotionProc)
 {
     glutSpaceballMotionFunc(glutSpaceballMotionProc);
 }