SIMCONNECT_RECV_ENUMERATE_INPUT_EVENT_PARAMS
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
| Member | Description |
|---|---|
Hash | Hash ID that identifies the input event. |
Value | String that contains the values, separated by ;. Values can be:
|
Remarks
This struct will be the response to a call to SimConnect_EnumerateInputEventParams.