I understand that MSFS natively initialises SimConnect or am I mistaken ? Has anyone activated SimConnect for use across a network to use 3rd party software on client PCs ? How different is installing it on MSFS
UpdatedOct 17, 2024 HTML The goal of this repository is to create a connection between Touch Portal and MSFS through SimConnect in order to allow users to create buttons to control or view data for your aircraft. While this is for MSFS, in theory it could be used with other SimConnect ...
The struct combines a set of SimVars into a type that can be used to be filled by a request to MSFS.Create a struct similar to shown below to hold this information:[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = 1)] public struct MySimVarsStruct { ... }...