drewcrazy Posted October 16, 2009 Posted October 16, 2009 Hello! I'm looking to construct a program that will allow me to create two mouse objects. 1. That the user can move around as he/she normally would. The 2nd will be clicking away at various points on the screen controlled by the program. Is it possible to create multiple mouse objects in Autoit? Thanks for your help!
AdmiralAlkex Posted October 16, 2009 Posted October 16, 2009 (edited) Windows doesn't do multiple mouses, and besides that's not what you need. Try ControlClick() instead of MouseClick() Edit:Not multiple mouses in the way you want anyway. Edited October 16, 2009 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
spudw2k Posted October 16, 2009 Posted October 16, 2009 Just to clarify. Windows can use more than one mouse (pointing device) but only has one mouse cursor. You'd prob have to do some dll magic to work two mice independently (not affect the same cursor). Maybe check out the _IsPressed func for some ideas. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now