This are the forward and backward buttons.
They have the same states as primary mouse buttons.
The logic node under Input
→ Mouse
.
This are the forward and backward buttons.
They have the same states as primary mouse buttons.
The logic node under Input
→ Mouse
.
Hi. I assume by Forward & Backward buttons you mean the mouse wheel buttons? You can already get their states using the Get Mouse Movement node. Here’s an example I made a while back on how to return mouse wheel states:
No.
I mean the (navigation)buttons on the side that are also used to go back on webpages or in the file explorer.
Hi, i would just map some keyboard buttons to them and use the keyboard node to check if they are pressed. Pick your choice
Hi @Procolgen. Those buttons are now implemented. Cheers.
Hi. Very fast draw, but does not work for me On what level has it been implemented? Too bad. Mouse: CSL Pro 3000, Manjaro
Hi. Thanks for the report. I tested and implemented the source code based on my Corsair Gaming M65 Pro RGB Mouse that has extra side input buttons.
Some guesses from me:
Two persons on Discord confirmed it worked for them.
Using more mouse cursors wasn’t implemented for Linux in the Kinc backend until a few days ago, so I think it will not work before Lubos updates Kinc and recompiles Armorcore with that: https://github.com/Kode/Kinc/pull/751. If you know how you can of course do this already
Btw, your mouse and mine have a lot more buttons than these extra two. What about the others? Too difficult to implement? As far as i understood you implemented these features?
The change in Armory only added more mouse buttons to the logic node and to Iron’s input system, but the actual low-level implementation of these mouse buttons in the Linux backend was missing until a few days ago.
Yes. It’s not straightforward though (at least if you’re not used to it), you need to locally check-out the latest Kinc version in the Armorcore repository using Git and then compile Armorcore. If that’s too much you will need to wait until Armory officially updates its version of Kinc.
Adding support for more buttons shouldn’t differ much in difficulty, but it should be implemented by someone who can test this. My mouse has three more buttons, but I think they are solely for changing the DPI so I’m not sure whether an application can react to them. But I will test it when I get time.
Side-buttons are standard buttons, so they can be implemented like primary mouse buttons.
Other extra buttons are different with every mouse(not the same or no identifier “keycode”) and they usually simulate keyboard key presses.