v1.1.0 - New API for multi-parameter Events, SU10 SDK updates. #7
mpaperno
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changes since v1.0.0
Updates for MSFS 2020 SU10 changes and new event trigger API for sending multiple values.
WASimModule
trigger_key_event_EX1()
).send_key_event()
forSendKey
command in favor oftrigger_key_event_EX1()
./clang:-O1
optimization level (the newly-recommendedO3
level revealed a nasty MSFS memory corruption bug which should be fixed in SU11; I will have an update after SU11 release).WASimClient
sendKeyEvent()
methods for sending simulator Key Events with up to 5 values, either by event ID or by name.WASimClient_CLI
sendKeyEvent()
methods (see above).WASimUI
Shared Components
The release contains several download options (the actual file names have version numbers appended):
WASimCommander_SDK
- All header files, pre-built static, dynamic, and managed (.NET) libs, packaged WASM module, pre-build GUI, reference documentation, and other tools/examples.WASimModule
- Just the WASM module component, ready to be dropped into a MSFS Community folder (so that the folder wasimcommander-module is inside the Community folder). MSFS would need to be restarted after adding the module for the first time.WASimUI
- Just the GUI application, which is very handy in combination with the WASM module for exploring the system. No installer, simply unzip and run the WASimUI.exe file from either Explorer or a command line.This discussion was created from the release v1.1.0 - New API for multi-parameter Events, SU10 SDK updates..
Beta Was this translation helpful? Give feedback.
All reactions