Hi, I'm considering buying a SpaceNavigator to solve a problem, but I want to be sure it can do the following (with a properly set up cfg, of course).
For a given axis, can I send different outputs based on the axis amount? Secondly, can I send mouse and keyboard events for the same axis event?
E.g. for a given axis that's generating 0...MAX values in a given direction:
0...a, send nothing (deadzone)
a...b, send "w"
b...c, send "SHIFT+w"
c...MAX, send 'mouse right button down' and "w"
Is that possible?
KMJ: output different values for different axis amounts?
Moderator: Moderators
-
donmacquarrie
- Posts: 1
- Joined: Tue Feb 15, 2022 4:01 pm
Re: KMJ: output different values for different axis amounts?
Yes, you can do that. If not with the built-in interface, with some extension code.
It's another question as to whether you will be able to predictably generate all those different ranges.
It's another question as to whether you will be able to predictably generate all those different ranges.
