Interface IMouseSettings.IMouseMotionSettings

    • Method Detail

      • getMinSteps

        int getMinSteps()
        The minimum amount of steps that is taken to reach the target.
        Returns:
      • getMaxSteps

        int getMaxSteps()
        The maximum amount of steps that is taken to reach the target.
        Returns:
      • getMinStepsDivider

        int getMinStepsDivider()
        How many locations need to be visited between start and end point. More steps means more smooth movement.
        Increasing this divider means less steps and decreasing means more steps.
        Returns:
      • getMaxStepsDivider

        int getMaxStepsDivider()
        How many locations need to be visited between start and end point. More steps means more smooth movement.
        Increasing this divider means less steps and decreasing means more steps.
        Returns:
      • getMinSmallMovementDistance

        int getMinSmallMovementDistance()
        The minimum distance for which a movement is considered a 'small' movement and some other settings will be used.
        Returns:
      • getMaxSmallMovementDistance

        int getMaxSmallMovementDistance()
        The maximum distance for which a movement is considered a 'small' movement and some other settings will be used.
        Returns:
      • getMinStepsForSmallMovement

        int getMinStepsForSmallMovement()
      • getMaxStepsForSmallMovement

        int getMaxStepsForSmallMovement()
      • getMinStepsDividerSmall

        int getMinStepsDividerSmall()
      • getMaxStepsDividerSmall

        int getMaxStepsDividerSmall()
      • getMinEffectFadeSteps

        int getMinEffectFadeSteps()
        The number of steps before the last step the noise and deviation effects start to fade. Decreases linearly to 0 at the end of the mouse movement.
        Returns:
      • getMaxEffectFadeSteps

        int getMaxEffectFadeSteps()
        The number of steps before the last step the noise and deviation effects start to fade. Decreases linearly to 0 at the end of the mouse movement.
        Returns:
      • getMinReactionTime

        int getMinReactionTime()
      • getMaxReactionTime

        int getMaxReactionTime()
      • getMinReactionTimeVariation

        int getMinReactionTimeVariation()
      • getMaxReactionTimeVariation

        int getMaxReactionTimeVariation()
      • getMinNoise

        double getMinNoise()
      • getMaxNoise

        double getMaxNoise()
      • getMinDeviation

        double getMinDeviation()
      • getMaxDeviation

        double getMaxDeviation()