Jump to content

MouseMoveProfile settings


Recommended Posts

Posted

Hi guys,

I am looking at the MouseMoveProfile, but don't exactly know what these values does.

Hope someone can explain it a bit, and also tell me a whats a human like range of value for these options? :D

MouseMoveProfile profile = new MouseMoveProfile();
profile.setFlowVariety(MouseMoveProfile.FlowVariety.MEDIUM);
profile.setSpeedBaseTime(185);
profile.setFlowSpeedModifier(1.0);
profile.setDeviation(7);
profile.setMinOvershootDistance(25);
profile.setMinOvershootTime(375);
profile.setNoise(2.15);
profile.setOvershoots(2);
getBot().setMouseMoveProfile(profile);

 

Thanks for the help, sincerely Dennis

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...