You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joy node maps buttons and axes differently for example xbox controller on different OSs. Is there any way to make an axis act as a button with some kind of threshold? Or would this be outside the scope of this node?
The text was updated successfully, but these errors were encountered:
Hello all,
I am trying to use the left Dpad of the Logitech Wireless Gamepad F710 (DirectInput Mode) as buttons to control a head
For now, this check in the code is only checking if you press the axis only in one direction: self.active &= joy_state.axes[axis] == 1.0
If you want to assign the left Dpad axis 5 for example: 1 action for the up button (+1.0) and 1 other action for the down button (-1.0), it would look something like that:
Joy node maps buttons and axes differently for example xbox controller on different OSs. Is there any way to make an axis act as a button with some kind of threshold? Or would this be outside the scope of this node?
The text was updated successfully, but these errors were encountered: