Page 1 of 1

How to drag onto a specific process?

Posted: Wed May 22, 2019 3:16 am
by tretaa
XMBC Version: 2.18;7
Windows Version: 10
Mouse Information (brand/model): Logitech G502
Computer Information: ???
Did the problem occur after an upgrade of XMBC?: No
Did the problem occur after a Windows update/upgrade?: No
How long have you used XMBC?: 4 months
What language and keyboard layout do you use in Windows?: pt-br

Clear description of the problem:

I have a process called "tibia.exe".
I want drag the mouse holding the left button from x,y position to x,y position.

What I did:

{MSET:1773,554}{MADD:1,1}{PRESS}{LMB}{MADD:110,-100}{MADD:1,1}{RELEASE}{MSET:1883,454}{PRESS}{LMB}{RELEASE}


The movement I want is:

1- Set x,y to A,B
2- Click left mouse button and HOLD it until {RELEASE}
3- MOVE/DRAG cursor to X,Y and {RELEASE} it

But it is not working.

It is not releasing the button. How can I achieve that?

Re: How to drag onto a specific process?

Posted: Wed May 22, 2019 7:50 am
by phil
Have you tried

{MSET:1773,554}{MADD:1,1}{PRESS}{LMB}{MADD:110,-100}{MADD:1,1}{RELEASE}{MSET:1883,454}{RELEASE}{LMB}

???

Re: How to drag onto a specific process?

Posted: Wed May 22, 2019 10:27 am
by tretaa
phil wrote: Wed May 22, 2019 7:50 am Have you tried

{MSET:1773,554}{MADD:1,1}{PRESS}{LMB}{MADD:110,-100}{MADD:1,1}{RELEASE}{MSET:1883,454}{RELEASE}{LMB}

???
It worked! Thanks!