AIRCRAFT FLIGHT CONTROL EVENTS
The event IDs listed here are all related to the different view and camera systems.
Ailerons
| Event ID | Key Name | Parameters | Description |
|---|---|---|---|
AILERON_CENTER |
KEY_AILERON_CENTER |
N/A |
Centers aileron position. Note that this is simply an alias for the Not currently used in the simulation. |
AILERON_LEFT |
KEY_AILERON_LEFT |
N/A |
Increments the left aileron by 1°. Note that this is simply an alias for the |
AILERON_RIGHT |
KEY_AILERON_RIGHT |
N/A |
Increments the right aileron by 1°. Note that this is simply an alias for the |
AILERON_SET |
KEY_AILERON_SET |
[0] Position (-16383 to 16384) | Sets the aileron position. |
AILERON_TRIM_DISABLED_SET |
KEY_AILERON_TRIM_DISABLED_SET |
[0]: Bool | Enable (1, TRUE) or disable (0, FALSE) the aileron trim. |
AILERON_TRIM_DISABLED_TOGGLE |
KEY_AILERON_TRIM_DISABLED_TOGGLE |
N/A | Toggle the aileron trim disabled option between on (1) and off (0). |
AILERON_TRIM_LEFT |
KEY_AILERON_TRIM_LEFT |
N/A | Increments the left aileron trim by 0.001. |
AILERON_TRIM_RIGHT |
KEY_AILERON_TRIM_RIGHT |
N/A | Increments the right aileron trim by 0.001. |
AILERON_TRIM_SET |
KEY_AILERON_TRIM_SET |
[0] Position (-100 to 100) | Sets the aileron trim. |
AILERON_TRIM_SET_EX1 |
KEY_AILERON_TRIM_SET_EX1 |
[0] Position (-16383 to 16384) | Sets the aileron trim with extra precision. |
AILERONS_LEFT |
KEY_AILERONS_LEFT |
N/A | Increments the left ailerons by 1°. |
AILERONS_RIGHT |
KEY_AILERONS_RIGHT |
N/A | Increments the right ailerons by 1°. |
AXIS_AILERONS_SET |
KEY_AXIS_AILERONS_SET |
[0] Position (-16383 to 16384) | Sets the aileron position. |
AXIS_SENSOR_AILERONS_SET |
KEY_GYRO_AXIS_AILERONS_SET |
[0] Position (-16383 to 16384) | Sets the aileron position. Note that this is simply an alias for the AILERON_SET event to be used when gyro controls are enabled. |
CENTER_AILER_RUDDER |
KEY_CENTER_AILER_RUDDER |
N/A | Centers the aileron and rudder positions. |
Elevators
| Event ID | Key Name | Parameters | Description |
|---|---|---|---|
AXIS_ELEV_TRIM_SET |
KEY_AXIS_ELEV_TRIM_SET |
[0]: Trim position (-16383 to 16384) | Sets the elevator trim position (input will be normalised to a value between -1 and 1). |
AXIS_ELEVATOR_SET |
KEY_AXIS_ELEVATOR_SET |
[0]: Position (-16383 to 16384) | Sets the elevator position (input will be normalised to a value between -1 and 1). Note that this is simply an alias for the ELEVATOR_SET event, and will not work if gyro controls are active. |
AXIS_SENSOR_ELEVATOR_SET |
KEY_GYRO_AXIS_ELEVATOR_SET |
[0]: Position (-16383 to 16384) | Sets the elevator position (input will be normalised to a value between -1 and 1). Note that this is simply an alias for the ELEVATOR_SET event and will only work when gyro controls are enabled. |
ELEV_DOWN |
KEY_ELEV_DOWN |
N/A |
Decrements the elevator by -0.05 (to a minimum of -1). When the key is released the elevator will return to it's original position. Note that this is simply an alias for the |
ELEV_TRIM_DN |
KEY_ELEV_TRIM_DN |
N/A | Decrements the elevator trim by -0.0005. Holding down the key will cause the trim to decrement faster over time. |
ELEV_TRIM_UP |
KEY_ELEV_TRIM_UP |
N/A | Increments the elevator trim by 0.0005. Holding down the key will cause the trim to increment faster over time. |
ELEV_UP |
KEY_ELEV_UP |
N/A |
Increments elevator by 0.05 (to a maximum of 1). When the key is released the elevator will return to it's original position. Note that this is simply an alias for the |
ELEVATOR_DOWN |
KEY_ELEVATOR_DOWN |
N/A |
Decrements the elevator by -0.05 (to a minimum of -1). When the key is released the elevator will return to it's original position. |
ELEVATOR_SET |
KEY_ELEVATOR_SET |
[0]: Position (-16383 to 16384) | Sets elevator position (input will be normalised to a value between -1 and 1). Note that this willnot work if gyro controls are active. |
ELEVATOR_TRIM_DISABLED_SET |
KEY_ELEVATOR_TRIM_DISABLED_SET |
[0]: Bool | Sets the Elevator Trim Disabled to be on (TRUE) or off (FALSE). |
ELEVATOR_TRIM_DISABLED_TOGGLE |
KEY_ELEVATOR_TRIM_DISABLED_TOGGLE |
N/A | Toggles the Elevator Trim Disabled between on (1, TRUE) and off (0, FALSE). |
ELEVATOR_TRIM_SET |
KEY_ELEVATOR_TRIM_SET |
[0]: Trim position (-16383 to 16384) | Sets the elevator trim position. |
ELEVATOR_UP |
KEY_ELEVATOR_UP |
N/A |
Increments the elevator by 0.05 (to a maximum of 1). When the key is released the elevator will return to it's original position. |
Flaps
Miscellaneous
Rudder
| Event ID | Key Name | Parameters | Description |
|---|---|---|---|
AUTORUDDER_TOGGLE |
KEY_AUTOCOORD_TOGGLE |
N/A |
Turn the automatic rudder control feature on or off. |
AXIS_RUDDER_SET |
KEY_AXIS_RUDDER_SET |
[0]: Position (-16383 to 16384) | Sets rudder position. |
RUDDER_AXIS_MINUS |
KEY_RUDDER_AXIS_MINUS |
N/A |
Move the rudder axis to yaw the aircraft left. |
RUDDER_AXIS_PLUS |
KEY_RUDDER_AXIS_PLUS |
N/A |
Move the rudder axis to yaw the aircraft right. |
RUDDER_CENTER |
KEY_RUDDER_CENTER |
N/A |
Centers rudder position |
RUDDER_LEFT |
KEY_RUDDER_LEFT |
N/A |
Increments rudder left |
RUDDER_RIGHT |
KEY_RUDDER_RIGHT |
N/A |
Increments rudder right |
RUDDER_SET |
KEY_RUDDER_SET |
[0]: Position (-16383 to 16384) | Sets rudder position. Note that if gyro controls are enabled, this will not work. |
AXIS_SENSOR_RUDDER_SET |
KEY_GYRO_AXIS_RUDDER_SET |
[0]: Position (-16383 to 16384) | Sets the rudder position (input will be normalised to a value between -1 and 1). Note that this is simply an alias for the RUDDER_SET event, and will only be used when gyro controls are enabled. |
RUDDER_TRIM_DISABLED_SET |
KEY_RUDDER_TRIM_DISABLED_SET |
[0]: Bool |
Enables (TRUE) or disables (FALSE) the rudder trim. |
RUDDER_TRIM_DISABLED_TOGGLE |
KEY_RUDDER_TRIM_DISABLED_TOGGLE |
N/A |
Toggles the rudder trim on (TRUE) or off (FALSE). |
RUDDER_TRIM_LEFT |
KEY_RUDDER_TRIM_LEFT |
N/A |
Increments rudder trim left |
RUDDER_TRIM_RESET |
KEY_RUDDER_TRIM_RESET |
N/A |
Reset the rudder trim. |
RUDDER_TRIM_RIGHT |
KEY_RUDDER_TRIM_RIGHT |
N/A |
Increments rudder trim right |
RUDDER_TRIM_SET |
KEY_RUDDER_TRIM_SET |
[0]: Value |
Sets the rudder trim value, between -100 and 100. |
RUDDER_TRIM_SET_EX1 |
KEY_RUDDER_TRIM_SET_EX1 |
[0]: Value |
Sets the rudder trim value, between -16383 and 16383. |
Slew
Spoilers
Concorde (Deprecated)