You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Touch operation improvement for the MSFS instruments
Completely revamped the workaround logic for addressing the issue of touch interaction with popped-out instrument windows in MSFS. Previously, fsmapper used secondary mouse messages generated by touch actions as triggers to perform mouse emulation interpretable by MSFS. The logic has been updated to use WM_TOUCH as the trigger. Consequently, the workaround logic now operates in a DLL injected into the MSFS process instead of the fsmapper process. These changes resolve issues where the workaround failed to function properly on certain touchscreen devices.
Made parameters for touch interaction workaround configurable via the Settings page.
Added parameters to address issues specific to Duet Display. For more details, refer here.
Others
Updated the logo displayed when connected to MSFS 2024 to use the MSFS 2024 version instead of the MSFS 2020 version.