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