mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Context menu of simulated aircraft view now handled in view directly
* removed duplicated code in mapping/aircraft component * view can be used with context menu without further signals
This commit is contained in:
@@ -411,6 +411,9 @@ namespace BlackMisc
|
|||||||
//! Support fast position updates
|
//! Support fast position updates
|
||||||
bool setFastPositionUpdates(bool useFastPositions);
|
bool setFastPositionUpdates(bool useFastPositions);
|
||||||
|
|
||||||
|
//! Toggle fast position updates
|
||||||
|
bool toggleFastPositionUpdates();
|
||||||
|
|
||||||
//! Rendered?
|
//! Rendered?
|
||||||
bool setRendered(bool rendered);
|
bool setRendered(bool rendered);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user