コード例 #1
0
ファイル: UIPlatform.cs プロジェクト: BiDuc/PixelFarm
 protected static void InvokeMsgPumpOneStep()
 {
     if (s_Closing)
     {
         return;
     }
     //
     UIMsgQueueSystem.InternalMsgPumpOneStep();
 }
コード例 #2
0
 protected static void InvokeMsgPumpOneStep()
 {
     UIMsgQueueSystem.InternalMsgPumpOneStep();
 }