Please fill in this template when posting!
XMBC Version: 2.20.5
Installed or Portable version:N
Windows Version: 11 64
Mouse Information (brand/model): logitech g903
Relevant Computer Information (CPU, RAM etc): i7 11700 ram 32
Did the problem occur after an upgrade of XMBC? (If so, from what version?): N
Did the problem occur after a Windows update/upgrade? (If so, from what version?): N
How long have you used XMBC?:
What language and keyboard layout do you use in Windows?: ENlish
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).:
hello
I use your software for gameloop android emulator
It always worked well
This problem has arisen after the gameloop update
The main problem is that your software cannot block the original button when I replace the button
That is: I press the "." button to scroll down on your software. I put
And scrolling down on the game loop changes the weapon
And this weapon change was always blocked and the button "." was working
But now after the game loop update, the button "." It works, but the weapon changes at the same time
That is, it cannot block changing weapons
Block original mouse input option is also active
Block original mouse input
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.
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.
Re: Block original mouse input
I don't know about android emulators, but some games take input at a lower level, using Direct Input (or Raw Input as it was previously). This can not be blocked (by XMBC) because it happens below the level XMBC works at. XMBC hooks in to windows mouse message hook (which is blockabe) but if the game/app hooks into the input at a lower level, blocking it in the Windows mouse hook will have no effect as the game has already seen it
There is no way around that, other than doing it at a lower level (pre-Direct Input) which would probably mean a device driver or even hardware level. That's not something I can do I'm afraid - although there are some off the shelf, USB HID Re-mapper hardware solutions for this (to do what XMBC does but outside in a completely separate hardware compute unit that you plug in between your mouse/keyboard and the PC, so by the time the PC sees it, it has already been changed - and the PC knows absolutely nothing about it.
Like this: https://github.com/jfedor2/hid-remapper
NOTE: I have not personally tried this, but I have tinkered with doing something similar myself with an Arduino unit, but haven't really had the time to invest in it, more of a future project!
There is no way around that, other than doing it at a lower level (pre-Direct Input) which would probably mean a device driver or even hardware level. That's not something I can do I'm afraid - although there are some off the shelf, USB HID Re-mapper hardware solutions for this (to do what XMBC does but outside in a completely separate hardware compute unit that you plug in between your mouse/keyboard and the PC, so by the time the PC sees it, it has already been changed - and the PC knows absolutely nothing about it.
Like this: https://github.com/jfedor2/hid-remapper
NOTE: I have not personally tried this, but I have tinkered with doing something similar myself with an Arduino unit, but haven't really had the time to invest in it, more of a future project!
--[ 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)
--[ 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)
Re: Block original mouse input
Thank you for your answer
I don't know how, but it was fixed after a day
I don't know how, but it was fixed after a day