public float GetInputValue(eInput input) { if (!Theatre.CanPlayersMove()) { return(0f); } return(SimpleInput.GetInputValue(input, index: ControlType)); }