The SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT structure is a response with the available parameters for an input event.

 

Syntax
struct SIMCONNECT_RECV_ENUMERATE_INPUT_EVENT_PARAMS: public SIMCONNECT_RECV
{
    UINT64 Hash;
    STRING Value;
};

 

Members
MemberDescription
HashHash ID that identifies the input event.
Value

String that contains the values, separated by ;. Values can be:

  • char[260]
  • FLOAT64

 

Remarks

This struct will be the response to a call to SimConnect_EnumerateInputEventParams.