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
Hello, I am trying to get scroll wheel to work on my right stick. (Using rotation)
I’ve tried L,RIGHT_STICK _MODE = SCROLL_WHEEL.
This doesn’t work, what am I doing wrong?
The text was updated successfully, but these errors were encountered:
Side note: Not sure if it works with the motion stick without conflicting with gyro, might try it later.
Also, thanks for pointing out that the stick modes work with modeshift, didn't think that would be the case.
I found it in 3. Stick Configuration of the manual:
SCROLL_WHEEL: enable left and right bindings by rotating the stick counter-clockwise or clockwise.
Every 30 degrees you rotate the stick clockwise, the RRIGHT binding fires. Every 30 degrees you rotate the stick counter-clockwise, the RLEFT binding fires. I figured out it was 30 degrees today due to the leftover is now *blah* messages that JSM spams.
Thanks Jazztache!
That worked! It must have been the RLEFT and RRIGHT Bits that were needed.
I’m glad I was able to show you something with the modifier too
Thanks again!
Hello, I am trying to get scroll wheel to work on my right stick. (Using rotation)
I’ve tried L,RIGHT_STICK _MODE = SCROLL_WHEEL.
This doesn’t work, what am I doing wrong?
The text was updated successfully, but these errors were encountered: