Jump to content

Mouse UDF


NerdFencer
 Share

Recommended Posts

Here is a Mouse UDF Lib that I made (mainly out of dislike for _MouseTrap)

This is primarily an interface between the windows DLL functions for the mouse and AutoIt, so don't shoot me for unoriginality...

Functions:

_MouseButtonSwap

_MouseShowCursor

_MouseGetPos

_MouseSetPos

_MouseGetDoubleClickTime

_MouseSetDoubleClickTime

_MouseGetCapture

_MouseReleaseCapture

_MouseSetCapture

_MouseGetButton

_MouseSetTrap

_MouseReleaseTrap

_MouseGetTrap

Notes:

> _MouseSetTrap behaves differently than the _MouseTrap Function built into Misc.au3. Given blank strings in parameters, it will set those values to the extreme edges of the screen, not to its opposing value +1. You also need to call _MouseReleaseTrap to release the trap, these really should have been separate in the Misc UDF as they are different actions requiring different calls.

> In reguards to _MouseSetPos, yes this can be done with the MouseMove function, but I figured it couldn't hurt to throw it in.

> _MouseGetPos is more useful than MouseGetPos in some cases because it returns an array with both, not just x or y. (EX: Storing mouse position for replay later)

Hopefully this will prove useful.

Mouse.au3

_________[u]UDFs[/u]_________-Mouse UDF-Math UDF-Misc Constants-Uninstaller Shell

Link to comment
Share on other sites

  • 9 months later...

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
 Share

  • Recently Browsing   0 members

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