public void SetControls(IInputHandler inputHandler) => ControlStates.Keys.ToList().ForEach(k => ControlStates[k] = inputHandler.GetControlState(k));