mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T245, a P3D version of follow aircraft, still experimental
* testing approaches camera, observer, and guessing view name * SimObject code for camera/observer * functions aircraft situation -> FSX formats
This commit is contained in:
@@ -55,6 +55,12 @@ namespace BlackSimPlugin
|
||||
virtual HRESULT initEventsP3D() override;
|
||||
|
||||
#ifdef Q_OS_WIN64
|
||||
//! \copydoc FsxCommon::CSimulatorFsxCommon::removeCamera
|
||||
virtual void removeCamera(FsxCommon::CSimConnectObject &simObject) override;
|
||||
|
||||
//! \copydoc FsxCommon::CSimulatorFsxCommon::removeObserver
|
||||
virtual void removeObserver(FsxCommon::CSimConnectObject &simObject) override;
|
||||
|
||||
//! \copydoc FsxCommon::CSimulatorFsxCommon::releaseAIControl
|
||||
//! \remark P3D API release of control
|
||||
virtual bool releaseAIControl(const FsxCommon::CSimConnectObject &simObject, SIMCONNECT_DATA_REQUEST_ID requestId) override;
|
||||
|
||||
Reference in New Issue
Block a user