plane icon Welcome to Microsoft Flight Simulator’s SDK Q&A Platform!

You have questions regarding the SDK? DevMode Tools? SimConnect? You would like to submit an idea for future improvements, seek help or exchange knowledge? You’re in the right place.


Please take a moment to read the platform’s guidelines before you get started!


question

evanburnsdev avatar image
evanburnsdev asked evanburnsdev commented

Handheld Controller Rudder SimEvents?

I'm trying to mask the SimEvents for the rudder. Works great with hotas/yoke/stick, etc. But with handheld controllers(e.g. Steam/Xbox), I can't find the SimEvents that are triggered.


I've tried:


AXIS_RUDDER_SET
RUDDER_SET
RUDDER_LEFT
RUDDER_CENTER
RUDDER_RIGHT

I've even tried guessing some in case they're not documented.

AXIS_RUDDER_LEFT
AXIS_RUDDER_RIGHT

These two based off of what the controller mappings label them in the settings menu. Which neither work.


Does anyone know the name of these SimEvents? I'm guessing there's two separate ones as there's separate assignments for each controller trigger.



simconnectwasm
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

1 Answer

·
mattnischan avatar image
mattnischan answered evanburnsdev commented

@evanburnsdev,

You should be able to intercept those key events with `RUDDER_AXIS_PLUS` and `RUDDER_AXIS_MINUS`. Let me know if that works for you, else I can go digging further to see if there are any other key events to look for.

-Matt | Working Title

1 comment
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

evanburnsdev avatar image evanburnsdev commented ·
Exactly what I needed. Thank you!
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 5 attachments (including images) can be used with a maximum of 19.1 MiB each and 23.8 MiB total.