Make FSUIPC/SB offsets configurable

* based https://swift-project.slack.com/archives/CC6THKCAZ/p1538387046000100
* "dot" commands added
* Plugin settings
This commit is contained in:
Klaus Basan
2018-10-01 23:29:23 +02:00
parent 94e06e23e9
commit 177ee27654
6 changed files with 93 additions and 17 deletions

View File

@@ -49,6 +49,12 @@ namespace BlackSimPlugin
//! Terrain probe checkbox changed
void onEnableTerrainProbeChanged();
//! FSUIPC setting changed
void onFsuipcChanged();
//! Offsets on/off
void onSBOffsetsChanged();
//! Copy the terrain probe
void copyTerrainProbe();