Click or drag to resize
FlightSimulatorXEventId Enumeration
An enumeration of the values used to identify events within FSX that we are interested in. Many of these events are sent to FSX although some identify events which have taken place at the user's behest.

Namespace: VirtualRadar.Interface.FlightSimulatorX
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum FlightSimulatorXEventId
Members
  Member nameValueDescription
SlewModeOn0 (Sent) Turn slew mode on.
SlewModeOff1 (Sent) Turn slew mode off.
SlewAltitudeUpSlow2 (Sent) Increase altitude slowly.
SlewFreeze3 (Sent) Stop moving the aircraft.
SlewToggle4 (Received) The user has toggled slew mode.
FreezeLatitudeLongitude5 (Sent) Stop moving the aircraft when not in slew.
FreezeAltitude6 (Sent) Stop the aircraft from changing altitude when not in slew.
FreezeAttitude7 (Sent) Stop the aircraft from rolling or changing pitch.
Crashed8 (Received) The aircraft has crashed.
MissionCompleted9 (Received) The user has finished the mission they were flying.
See Also