public virtual void AddActionKey(Int32 keyCode, ActionKey e) { keyActions.Put(keyCode, e); keySize = keyActions.Size(); }
public void AddActionKey(Int32 keyCode, ActionKey e) { keyActions.Put(keyCode, e); }