コード例 #1
0
ファイル: API.cs プロジェクト: tanis2000/FEZ
 private static bool ConvertEventRefToEventRecord(IntPtr inEvent, out API.EventRecord outEvent);
コード例 #2
0
 internal static void ProcessEvents()
 {
     API.ProcessEvents();
 }
コード例 #3
0
ファイル: API.cs プロジェクト: tanis2000/FEZ
 private static OSStatus AEProcessAppleEvent(ref API.EventRecord theEventRecord);
コード例 #4
0
 static void MainWindowClosed(object sender, EventArgs e)
 {
     Debug.Print("Quitting application event loop.");
     API.QuitApplicationEventLoop();
 }