示例#1
0
        public virtual void KeyPress(int code)
        {
            if (m_handler != null)
            {
                m_handler.CallKEYPRESS(this, code);
            }

            PlayAnimation(Condition.KEYPRESS, code);
        }