Jump to content

Recommended Posts

Posted (edited)

Is it possible to catch mouse movement before it actually happens (on screen) and apply algorithms to it, e.g. lazymouse etc. ?

Edited by pixartist
Posted

Read this >> http://www.autoitscript.com/wiki/FAQ#When_should_I_bump_my_threads

I would suggest looking at MouseGetPos() to calculate the coordinates and then in a While...WEnd check if these change. But I am a little confused as surely to catch the mouse movement it has to move first, I can't see how the movement of the mouse can be predicted?! Maybe I am wrong!

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

  On 2/3/2011 at 10:01 PM, 'guinness said:

Read this >> http://www.autoitscript.com/wiki/FAQ#When_should_I_bump_my_threads

I would suggest looking at MouseGetPos() to calculate the coordinates and then in a While...WEnd check if these change. But I am a little confused as surely to catch the mouse movement it has to move first, I can't see how the movement of the mouse can be predicted?! Maybe I am wrong!

Well, there are certain painting programs that actually do this, to give mouse users the chance to make smooth lines. Of course this is a lot simpler, since the brush is separate from the actual mouse cursor, but I was wondering if this was possible as a general tool too (think mouse acceleration...)

Edited by pixartist
Posted (edited)

OK, so I Searched the Forum and found this >> My keywords were Mouse Acceleration. Maybe this is what you were looking for?

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 2/3/2011 at 10:21 PM, 'guinness said:

OK, so I Searched the Forum and found this >> My keywords were Mouse Acceleration. Maybe this is what you were looking for?

nope, that ONLY works with acceleration since it uses mouseMove deceleration would not work, as well as other functions

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...