SIMCONNECT_RECV_CAMERA_DATA
The SIMCONNECT_RECV_CAMERA_DATA structure is a response with the different data related to the current camera.
Syntax
struct SIMCONNECT_RECV_CAMERA_DATA: public SIMCONNECT_RECV
{
SIMCONNECT_DATA_CAMERA CameraData;
};
Members
| Member | Description |
|---|---|
CameraData | Information about the camera, contained in the SIMCONNECT_DATA_CAMERA struct. |
Remarks
This struct will be the response to a call to SimConnect_CameraGet.