[FSX] Signal simulator connected once SIMCONNECT_RECV_OPEN is received

refs #549
This commit is contained in:
Roland Winklmeier
2016-07-14 15:48:59 +02:00
parent c92a8ea32c
commit 91d2556b16
3 changed files with 10 additions and 2 deletions

View File

@@ -146,6 +146,9 @@ namespace BlackSimPlugin
void ps_reloadSettings();
private:
//! Call this method to declare the simulator connected
void setSimConnected();
//! Called when sim has started
void onSimRunning();