public bool IsDown(Input input) { return isStrg == input.IsStrg && isAlt == input.IsAlt && isShift == input.IsShift && input.AreKeysDown(keys); }