Example #1
0
 public static void IssuePluginEvent(IntPtr callback, int eventID)
 {
     if (callback == IntPtr.Zero)
     {
         throw new ArgumentException("Null callback specified.", "callback");
     }
     GL.GLIssuePluginEvent(callback, eventID);
 }