Skip to content

v1.4.0

Compare
Choose a tag to compare
@opiopan opiopan released this 06 Dec 14:23
· 20 commits to main since this release

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.
  • Upgraded the Windows App SDK from 1.6.1 to 1.6.3