mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
c4a900084e
commit
cb522fedd7
@@ -1144,7 +1144,9 @@ namespace BlackSimPlugin
|
||||
return hr;
|
||||
}
|
||||
|
||||
// Mapped events, see event ids here: http://msdn.microsoft.com/en-us/library/cc526980.aspx
|
||||
// Mapped events, see event ids here:
|
||||
// http://msdn.microsoft.com/en-us/library/cc526980.aspx
|
||||
// http://www.prepar3d.com/SDKv2/LearningCenter/utilities/variables/event_ids.html
|
||||
hr += SimConnect_MapClientEventToSimEvent(m_hSimConnect, EventPauseToggle, "PAUSE_TOGGLE");
|
||||
hr += SimConnect_MapClientEventToSimEvent(m_hSimConnect, SystemEventSlewToggle, "SLEW_TOGGLE");
|
||||
hr += SimConnect_MapClientEventToSimEvent(m_hSimConnect, EventFreezeLat, "FREEZE_LATITUDE_LONGITUDE_SET");
|
||||
|
||||
Reference in New Issue
Block a user