{MADD:x,y}

x64 Replacement/Alternative to Microsoft's IntelliMouse application.
Forum rules
Please read the forum rules before posting for the first time.
The more information you can provide, the quicker and more accurately someone can help.
NOTE: To reduce spam, new users can not post links, files or images until they have at least 4 posts.
Post Reply
ericshug
New User
Posts: 3
Joined: Mon Apr 05, 2021 8:28 am

{MADD:x,y}

Post by ericshug »

XMBC Version: 2.19.1
Windows Version: win 10 8301
Mouse Information (brand/model): logitech m100r
Relevant Computer Information (CPU, RAM etc): ryzen 5 2600 16g
Did the problem occur after an upgrade of XMBC? (If so, from what version?):
Did the problem occur after a Windows update/upgrade? (If so, from what version?):
How long have you used XMBC?: 1 year
What language and keyboard layout do you use in Windows?: english

Clear description of the problem - try and include as much information as possible, including what button and mappings you are having problems with (if applicable).:
1.I need move cursor x,y position to x,-200 position. /pre sec at center screen .
1.and how to set cursor at center screen?
like {MADD:x,-200}{WAITMS1000} {MADD:x,-200}{WAITMS1000} ,not working.
User avatar
phil
Site Admin
Posts: 7611
Joined: Sun Apr 06, 2003 11:12 pm

Re: {MADD:x,y}

Post by phil »

You cant add "x" to the x position as "x" is not a number.
x and y are intended to be the numbers to add.
If you dont want to change the x position, simply add 0 to it!

{MADD:0,-200} will subtract 200 pixels from the Y component (vertical axis) only.
or {MADD:-200,0} will subtract 200 pixels from the X component (horizontal axis) only.

Regards,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
ericshug
New User
Posts: 3
Joined: Mon Apr 05, 2021 8:28 am

Re: {MADD:x,y}

Post by ericshug »

Simulated keys:(sticky repeat)[{MADD:0,-200}]
Not working?Am I missing something?

It's working now ,thanks
Post Reply