mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
[xswiftbus] Plane View Menu
FSX/P3D have a nice feature to follow a remote aircraft with the camera. X-Plane was missing this feature, since for X-Plane the remote aircrafts are not known. However, from a plugin point of view, we know them and where they are. So we can manually control the camera and provide a similar feature. This is still very simple. As soon as you move the mouse, the PoV angle will change. In future updates, it should be change only while the right mouse button is pressed.
This commit is contained in:
@@ -57,6 +57,7 @@ namespace XSwiftBus
|
||||
CMenu m_menu;
|
||||
CMenuItem m_startServerMenuItem;
|
||||
CMenuItem m_toggleMessageWindowMenuItem;
|
||||
CMenu m_planeViewSubMenu;
|
||||
|
||||
std::thread m_dbusThread;
|
||||
bool m_shouldStop = false;
|
||||
|
||||
Reference in New Issue
Block a user