How record move mouse from current position?

Advanced Macro Recorder/Editor.

Moderator: Pulover

User avatar
hecore
Posts: 9
Joined: 22 May 2019, 16:38

How record move mouse from current position?

Post by hecore » 04 Dec 2020, 07:11

How record move mouse from current position? As call:

Code: Select all

DllCall("mouse_event", uint, 10, int, 10, int, 0)
Sleep 10
DllCall("mouse_event", uint, -10, int, -10, int, 0)

User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Re: How record move mouse from current position?

Post by Pulover » 04 Dec 2020, 07:22

Recording Options
Relative Record Key
When the selected key is held (or on if the Toggle option is selected) mouse movements and clicks will be recorded relative to initial position. This is useful to reproduce actions based on mouse current position on a window or screen like moving a file or drawing.
:arrow: https://www.macrocreator.com/docs/Record.html
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)

Post Reply

Return to “Pulovers Macro Creator”