From c3c246c3da1e2f72b29470252d6a41bc33fcaf0b Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 25 Jan 2016 17:01:18 -0600 Subject: [PATCH] Modernise view-direction axes for Logitech - replace deprecated axes/long,lat with modern goal-offset properties. --- Input/Joysticks/Logitech/wingman-force-3d.xml | 51 ++++++++++++------- Input/Joysticks/Logitech/wingman-force.xml | 48 +++++++++++++---- .../Logitech/wingman-rumblepad-usb.xml | 45 ++++++++++++---- .../Logitech/wingman-strike-force-3d.xml | 37 +++++++++++--- 4 files changed, 134 insertions(+), 47 deletions(-) diff --git a/Input/Joysticks/Logitech/wingman-force-3d.xml b/Input/Joysticks/Logitech/wingman-force-3d.xml index f394e185c..8c1e8d4c3 100644 --- a/Input/Joysticks/Logitech/wingman-force-3d.xml +++ b/Input/Joysticks/Logitech/wingman-force-3d.xml @@ -80,31 +80,44 @@ - - - Lat-Hat - - 4 - 4 - 6 - + + View Direction + + true - property-scale - /sim/current-view/axes/lat + property-adjust + /sim/current-view/goal-heading-offset-deg + 5.0 + + + true + + property-adjust + /sim/current-view/goal-heading-offset-deg + -5.0 + + - - Long-Hat - - 5 - 5 - 7 - + + View Elevation + + true - property-scale - /sim/current-view/axes/long + property-adjust + /sim/current-view/goal-pitch-offset-deg + 5.0 + + + true + + property-adjust + /sim/current-view/goal-pitch-offset-deg + -5.0 + +