Exemple #1
0
 private static extern void glutEntryFunc(TCALLBACKglutEntryProc glutEntryProc);
 // GLUTAPI void APIENTRY glutEntryFunc(void (GLUTCALLBACK *func)(int state));
 public static void EntryFunc(TCALLBACKglutEntryProc glutEntryProc)
 {
     glutEntryFunc(glutEntryProc);
 }