[SU13] [resolved] [SimConnect] GetInputEvent (managed)

Hello @LorbySI

To query the data type of the InputEvent value, you want to use EnumerateInputEvents, not EnumerateInputEventParams.

EnumerateInputEventParams will give the list of parameters you are expected to pass when calling SetInputEvent
Those that are empty are basically toggle events where no parameters are expected.

We have no existing case of Asobo InputEvents based on string value or parameter at the moment, everything goes through doubles.
But in theory this is possible if your IE uses a string as value for example so the SimConnect functions reflect that possibility.

Regards,
Sylvain