Jump to content



Photo

Mouse UDF


  • Please log in to reply
3 replies to this topic

#1 NerdFencer

NerdFencer

    Universalist

  • Active Members
  • PipPipPipPipPip
  • 284 posts

Posted 01 February 2009 - 05:52 PM

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.

Attached Files









#2 FireFox

FireFox

    Liar using Chrome :>

  • Active Members
  • PipPipPipPipPipPip
  • 3,177 posts

Posted 01 February 2009 - 05:54 PM

@NerdFencer
@WindowsDir&"\system32\user32.dll" ;your code 'user32.dll' ;works too without path


Cheers, FireFox.

Edited by FireFox, 01 February 2009 - 05:56 PM.

OS : Win XP SP3 / Win 7 SP1 / Win 8 | Autoit version: latest stable / beta

My UDFs : Skype UDF | TrayIconEx UDF | GUI Panel UDF | Excel XML UDF | Is_Pressed_UDF

My Projects : YouTube Multi-downloader | FTP Easy-UP | Lock'n | WinKill | AVICapture | Skype TM | Tap Maker | ShellNew | Scriptner | What you've done today | Const Replacer | FT_Pocket | Chrome theme maker

My Examples : IP Camera | Crosshair | Draw Captured Region | Picture Screensaver | Jscreenfix | Drivetemp | Picture viewer

My Snippets : Basic TCP | Systray_GetIconIndex | Intercept End task | Winpcap various | Advanced HotKeySet | Transparent Edit control

Updated 22 April, 2013 - If you find dead links please send me a PM, do not post in the topics !

#3 NerdFencer

NerdFencer

    Universalist

  • Active Members
  • PipPipPipPipPip
  • 284 posts

Posted 01 February 2009 - 08:34 PM

Thanks :)

#4 doucment

doucment

    Seeker

  • Active Members
  • 26 posts

Posted 01 December 2009 - 01:53 PM

Good :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users