示例#1
0
 private static extern void glutWindowStatusFunc(TCALLBACKglutWindowStatusProc glutWindowStatusProc);
示例#2
0
 // GLUTAPI void APIENTRY glutWindowStatusFunc(void (*func)(int state));
 public static void WindowStatusFunc(TCALLBACKglutWindowStatusProc glutWindowStatusProc)
 {
     glutWindowStatusFunc(glutWindowStatusProc);
 }