Ejemplo n.º 1
0
 private static extern void glutWindowStatusFunc(TCALLBACKglutWindowStatusProc glutWindowStatusProc);
Ejemplo n.º 2
0
 // GLUTAPI void APIENTRY glutWindowStatusFunc(void (*func)(int state));
 public static void WindowStatusFunc(TCALLBACKglutWindowStatusProc glutWindowStatusProc)
 {
     glutWindowStatusFunc(glutWindowStatusProc);
 }