12-20-2021, 11:47 PM
Hello Jonit,
While we are still working on keyboard/joystick support, there are MSFS events available that may work well for you. Here is a list of them:
GPS_PAGE_KNOB_DEC
GPS_PAGE_KNOB_INC
GPS_GROUP_KNOB_DEC
GPS_GROUP_KNOB_INC
GPS_DIRECTTO_BUTTON
GPS_BUTTON1
GPS_CURSOR_BUTTON
GPS_MENU_BUTTON
GPS_BUTTON2
For the (key)button events for the 750 Unit1, if you send a value of 2, it translates to a down event and a value of 4 translates to an up event.
For the knob events for the 750 Unit1, just send a value of 0.
Good luck and let us know how it goes.
While we are still working on keyboard/joystick support, there are MSFS events available that may work well for you. Here is a list of them:
GPS_PAGE_KNOB_DEC
GPS_PAGE_KNOB_INC
GPS_GROUP_KNOB_DEC
GPS_GROUP_KNOB_INC
GPS_DIRECTTO_BUTTON
GPS_BUTTON1
GPS_CURSOR_BUTTON
GPS_MENU_BUTTON
GPS_BUTTON2
For the (key)button events for the 750 Unit1, if you send a value of 2, it translates to a down event and a value of 4 translates to an up event.
For the knob events for the 750 Unit1, just send a value of 0.
Good luck and let us know how it goes.