# 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 ``` cpp 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`](../inputevents/simconnect-enumerateinputeventparams/).