How MouseMove commands works in AutoHotKey? Topic is solved

Ask gaming related questions (AHK v1.1 and older)
thinkRand
Posts: 44
Joined: 02 Mar 2022, 04:16
Location: Somewhere in Venezuela
Contact:

How MouseMove commands works in AutoHotKey?

Post by thinkRand » 15 Aug 2022, 20:07

I need to test diferent methods to move the mouse into a broad variety of games, and i want to test every posibility. I found a tool maked by SnowFlake,
but i need a diferent functionality and i started to make my own. All is good for now and i have a couple of questions.


Does the commad MouseMove use the same method as Clik to move the mouse?
Does controlClick use postMessage/sendMessage to send a click to a window?
is there any diferen if i use DllCall("postMessage" ...) instead of the PostMessage comand?


I dont want to test a comand that uses the same method that other comand already tested.


I want to know if they uses a diferent Api call or it is the same. I tryed looking at the GitHub, but i did not found the implementation.
Can anyone point me out to the right direction?

Rohwedder
Posts: 7625
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: How MouseMove commands works in AutoHotKey?  Topic is solved

Post by Rohwedder » 16 Aug 2022, 01:52

Hallo,
AutoHotkey_L's source code can be found here: https://github.com/Lexikos/AutoHotkey_L
along with the documentation here: https://github.com/Lexikos/AutoHotkey_L-Docs

thinkRand
Posts: 44
Joined: 02 Mar 2022, 04:16
Location: Somewhere in Venezuela
Contact:

Re: How MouseMove commands works in AutoHotKey?

Post by thinkRand » 16 Aug 2022, 06:45

@Rohwedder
Thanks bro, i will have a look
Discord: thinkRand#7433 (UID 681695022600814642)

Post Reply

Return to “Gaming Help (v1)”