示例#1
0
 private void Flush(IInput input)
 {
     if (input != null)
     {
         input.Flush();
     }
 }
示例#2
0
文件: InputManager.cs 项目: gmich/Gem
 private static void Flush(IInput input)
 {
     if (input != null)
     {
         input.Flush();
     }
 }