SIMCONNECT_RECV_ENUMERATE_INPUT_EVENT_PARAMS

The SIMCONNECT_RECV_ENUMERATE_INPUT_EVENT_PARAMS 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
Member Description
Hash Hash 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

 

See Also