/// <summary> /// send key down event /// </summary> /// <param name="key"></param> public void SendKey(KCode key) { m_stateMgr.Input(key); }