nguyenquyhy / Flight-Tracker-StreamDeck

A Stream Deck plugin to interact with Microsoft Flight Simulation
https://flightsim.to/file/3178/flight-tracker-streamdeck-plugin
GNU General Public License v3.0
373 stars 68 forks source link

Is there an event to set a value to an arbitrary variable? #395

Open 0tofu opened 1 year ago

0tofu commented 1 year ago

Thank you for providing this amazing tool. The local variable (L:SwitchLandingTaxi) is being used to track the state of the LandingTaxiSwitch in the M-346 aircraft provided by IndiaFoxtEcho. Within the flight simulator, there is no existing event to modify this variable as it is currently assigned to a mouse click event.

I would like to overwrite the value of this variable using StreamDeck. Is it possible to configure such a setting?

ijl20 commented 2 months ago

+1 for this. The entire UI of some HTML gauges can be controlled simply by setting L: vars to 1 (the gauge html/js picks that up, and resets the var to 0). There's no way any plugin can keep up with pre-defining 'event' setups for every possible gauge in every plane in MSFS.