SIMCONNECT_RECV_CONTROLLERS_LIST

The SIMCONNECT_RECV_CONTROLLERS_LIST structure is used to return a list of SIMCONNECT_CONTROLLER_ITEM structures.

 

Syntax
struct SIMCONNECT_RECV_CONTROLLERS_LIST : public SIMCONNECT_RECV {
    SIMCONNECT_CONTROLLER_ITEM rgData[dwArraySize];
};

 

Members
Member Description
rgData[dwArraySize] Array of SIMCONNECT_CONTROLLER_ITEM structures.

 

Remarks

This structure is retriecved using the SimConnect_EnumerateControllers function and will contain an array of SIMCONNECT_CONTROLLER_ITEM structures, where each entry corresponds to a detected controller that is currently connected to the simualtion.

 

See Also