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