Exemplo n.º 1
0
 void OnApplicationFocus(bool focusState)
 {
     if (IsNotTheSingleton)
     {
         return;
     }
     InputManager.OnApplicationFocus(focusState);
 }
 void OnApplicationFocus(bool focusState)
 {
     InputManager.OnApplicationFocus(focusState);
 }
Exemplo n.º 3
0
 void OnApplicationFocus(bool focusState)
 {
     //当程序获得或失去焦点
     InputManager.OnApplicationFocus(focusState);
 }