leftclick and drag one pixel at a time

hi
i want to set an action to click and drag one pixel at a time and i wonder if this is within the scope of this tool?

You can do it by combining multiple actions:

• First move the mouse using the predefined action "Move Mouse To Position", select "From Window Top Left" and use x: 70 and y:9
• Then use the predefined action "More mouse buttons and modifiers" to send a Left Mouse DOWN
• Then move the mouse using the predefined action "Move Mouse To Position", select "Relative to Mouse Position" and use for example x: 1 and y: 0 to move one pixel left
• Then use the predefined action "More mouse buttons and modifiers" to send a Left Mouse UP


1 Like

i just saw your answer
thank you so much
i did what you said and it worked