Beispiel #1
0
 private static bool ConvertEventRefToEventRecord(IntPtr inEvent, out API.EventRecord outEvent);
 internal static void ProcessEvents()
 {
     API.ProcessEvents();
 }
Beispiel #3
0
 private static OSStatus AEProcessAppleEvent(ref API.EventRecord theEventRecord);
 static void MainWindowClosed(object sender, EventArgs e)
 {
     Debug.Print("Quitting application event loop.");
     API.QuitApplicationEventLoop();
 }