protected virtual void Reset() { _inputMgr = null; }
void OnInputMgrLoaded(SM_InputMgrReadyEvent ev) { _inputMgr = ev.InputMgr; }