Exemplo n.º 1
0
 private static extern void glutEntryFunc(TCALLBACKglutEntryProc glutEntryProc);
Exemplo n.º 2
0
 // GLUTAPI void APIENTRY glutEntryFunc(void (GLUTCALLBACK *func)(int state));
 public static void EntryFunc(TCALLBACKglutEntryProc glutEntryProc)
 {
     glutEntryFunc(glutEntryProc);
 }