All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.jspinak.brobot.actions.parameterTuning.ParameterThresholds Maven / Gradle / Ivy

package io.github.jspinak.brobot.actions.parameterTuning;

public class ParameterThresholds {

    // max value parameters can take
    public static double pauseBeforeMouseDown = 3.0;
    public static double pauseAfterMouseDown = 1.0;
    public static double pauseAfterMouseUp = 2.5;
    public static float moveMouseDelay = 1.0F;
    public static double maxWait = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy