Page 1 of 1

Help with Moving mouse in macro

Posted: Fri Jan 09, 2026 1:12
by TrainmanRob
Hello. May I ask for help in moving my mouse position in a macro. I am not able to make it work consistently. It will work several times in a row then stop working completely. It works then stops within the same testing period. I did not Set/Get the config to the sticks. I have Mouse Wheel Up/Down configured and to buttons and these work all the time. I just can't figure out how this macro works.

GOAL: i would like to move the mouse to the center of the screen, click the left mouse button, then move the mouse to the center bottom of the screen.

CONFIG:
    1. Global Panel, Mouse R+A Always on and the Screen coordinates are set correctly for my setup
    2. Created a single Macro with the mouse commands. Mice:SetPoint1, Mice:LeftButton, Mice:SetPoint2
    3. I have a button press in the profile to execute Macro 1.
I have tried many Press/Release Timings from 50/50, 150/150, even 1250/1250. It seems the release timing is what matters (?).

NOTE: I have tried having the macro simply press buttons and that works as expected with the Press/Release timings honored.

When I try to add the Mice SetPoint function, the commands just don't seem to be honored when issued from the macro.

I have tried adding Boolean NOT functions to detect the button press from the macro and issue separate MICE functions and that did not work for me either.

See attached. Note that the Macro displayed in the screen shot worked sometimes! just not most of the time. Any advice?

Thank you for any suggestions you can provide

Re: Help with Moving mouse in macro

Posted: Fri Jan 09, 2026 1:28
by Alex Oz
Check if setpoints work in-game without macros—just using the buttons.

Unfortunately, most games don't support receiving data from an absolute mouse.

Re: Help with Moving mouse in macro

Posted: Fri Jan 09, 2026 2:50
by TrainmanRob
@Alex, thank you for your fast response!

yes the setpoint are working. I validated the idea using voice attack.

I figured it out.
1. I updated the firmware from v2.19.6 to v2.19.9. I don't think that was the issue. But I wanted to newest firmware just in case.
2. I learned about the VOID function for MACRO only. I added these wait times between each MICE command and it WORKED

You all have such a Tremendous product line and software. I LOVE it :D !

Thank you for your time and consideration!

Rob