maartentamboer / X-Touch-Mini-FS2020

Control FS2020 with a Behringer X-Touch Mini
https://dev-tty.nl/X-Touch-Mini-FS2020/
MIT License
57 stars 19 forks source link

Mobiflight events #94

Closed reimuell closed 2 years ago

reimuell commented 2 years ago

Is it possible to get information which Mobiflight events are supported, which one is the correct documentation. All Mobiflight events are shown here: https://hubhop.mobiflight.com/#/ If I use eg "Mobiflight.AS3000_PFD_SOFTKEYS_1" a message is shown that this event is not supported otherwise it is working well. This message is appearing because the event is not part of simconnect, correct? The test of suppported events should consider Mobiflight events.

If I look to the official Mobiflight documentation the name for this button should be: AS3000_PFD_1_SOFTKEYS_1 Using this coding does not work. Of course try an error is a possibility but not a convienient one. All my test have been done with the latestet software release (Mobiflight and X-touch-mini-FS2020 using the default TBM930 from Asobo. thx.

Koseng commented 2 years ago

In the community folder you need the mobiflight-event-module (the mobiflight WASM). There in modules\events.txt is the list of all events which are currently mapped.

All those events are useable.