mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +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
|
||||
bool setFastPositionUpdates(bool useFastPositions);
|
||||
|
||||
//! Toggle fast position updates
|
||||
bool toggleFastPositionUpdates();
|
||||
|
||||
//! Rendered?
|
||||
bool setRendered(bool rendered);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user