DllCall "mouse_event" VS mouse move!!

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Lapas
Posts: 8
Joined: 12 Jun 2017, 16:51

DllCall "mouse_event" VS mouse move!!

22 Jan 2018, 18:37

Hi

i have this code which i need replace:

Code: Select all

DllCall("mouse_event", uint, 1, int, MoveX * 1.5, int, MoveY, uint, 0, int, 0)
so i replace to :

Code: Select all

MouseMove, %Movex%, %Movey%, 2, R
but its not work same like DllCall "mouse_event"

i dont understand how this line of code works.. can same explain me?

i try this pages:
https://autohotkey.com/board/topic/539 ... /ms646260

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: jameswrightesq, scriptor2016 and 263 guests