diff --git a/interface/resources/controllers/touchscreen.json b/interface/resources/controllers/touchscreen.json index 284a7a3914..1b4e9723ce 100644 --- a/interface/resources/controllers/touchscreen.json +++ b/interface/resources/controllers/touchscreen.json @@ -1,18 +1,17 @@ { "name": "Touchscreen to Actions", "channels": [ - { "from": "Touchscreen.GesturePinchOut", "to": "Actions.BoomOut", "filters": [ { "type": "scale", "scale": 0.02 } ] }, { "from": "Touchscreen.GesturePinchIn", "to": "Actions.BoomIn", "filters": [ { "type": "scale", "scale": 0.02 } ] }, - + { "from": { "makeAxis" : [ - [ "Touchscreen.DragLeft" ], - [ "Touchscreen.DragRight" ] - ] - }, + [ "Touchscreen.DragLeft" ], + [ "Touchscreen.DragRight" ] + ] + }, "to": "Actions.Yaw" }, - + { "from": { "makeAxis" : [ [ "Touchscreen.DragUp" ], [ "Touchscreen.DragDown" ]