SIMCONNECT_SIMOBJECT_TYPE
The SIMCONNECT_STATE enumeration type is used with the SimConnect_SetSystemEventState call to turn the reporting of events on and off.
Syntax
enum SIMCONNECT_STATE{
SIMCONNECT_STATE_OFF,
SIMCONNECT_STATE_ON
};
Members
Member | Description |
---|---|
SIMCONNECT_STATE_OFF |
Specifies off. |
SIMCONNECT_STATE_ON |
Specifies on. |
Remarks
See the remarks for SimConnect_MapInputEventToClientEvent.
See Also