From b5e45fde85092e6df02e32d4aa8c2f876e556ba8 Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 4 Jul 2006 23:31:44 +0000 Subject: [PATCH] Stefan Seifert: first stab at joystick template file for new fgjs mf: turn into comment, so that the file won't be recognized as "named" joystick config; saves a few cycles ... --- Input/Joysticks/template.xml | 201 +++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 Input/Joysticks/template.xml diff --git a/Input/Joysticks/template.xml b/Input/Joysticks/template.xml new file mode 100644 index 000000000..9e364fae7 --- /dev/null +++ b/Input/Joysticks/template.xml @@ -0,0 +1,201 @@ + + + + + + + + Aileron + right + + property-scale + /controls/flight/aileron + 0.0 + 1.0 + + + + + Elevator + down/forward + + property-scale + /controls/flight/elevator + -1.0 + + + + + Rudder + right + + property-scale + /controls/flight/rudder + 1.0 + + + + + Throttle + forward + + nasal + + + + + + View Direction + left + + true + + property-adjust + /sim/current-view/goal-heading-offset-deg + 1.0 + + + + true + + property-adjust + /sim/current-view/goal-heading-offset-deg + -1.0 + + + + + + View Elevation + upward + + true + + property-adjust + /sim/current-view/goal-pitch-offset-deg + 1.0 + + + + true + + property-adjust + /sim/current-view/goal-pitch-offset-deg + -1.0 + + + + + + + + + + + + + + + + + + + + + + + + +