December 15, 20241 yr Hello, I'm trying to learn how to read certain HTML H: events in MSFS 2024—or at least I believe they are H: events. Specifically, I'm focusing on the Garmin 650Xi in the H125. While I can see events when pressing buttons like Home or Direct, I don't see any events when interacting with the 650Xi's touchscreen (e.g., selecting Map or Flight Plan). Is it possible to use Axis and Ohs to capture these touchscreen inputs? I'd like to integrate them with a Stream Deck or possibly even Air Manager. Thank you so much for your help!
December 15, 20241 yr Commercial Member 7 minutes ago, IrwinMFletcher said: Is it possible to use Axis and Ohs to capture these touchscreen inputs? In many/most cases no, you can't. Most input events do not "bubble" to the outside. In AAO you can only see MSFS INputEvent (if the aircraft developer chose to implement some) or SDK Events. SDK Events in general have nothing to do with an "input", they are used throughout the aircrafts internal code. More often than not, when you see K: events in the Observer, they are the result of the button interaction, not the initial cause. Use the MSFS developer mode to analyze the behavior code of the knob/lever/button you are interested in and replicate that RPN code in whatever app you choose. Edited December 15, 20241 yr by Lorby_SI LORBY-SI
Create an account or sign in to comment