From 812c97ad519bbb7df043b63994489ea4715e434b Mon Sep 17 00:00:00 2001 From: joni <johnfshaughnessy@gmail.com> Date: Wed, 2 May 2018 09:10:58 -0700 Subject: [PATCH] Remove primary action from oculus touch trigger. --- src/input-mappings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input-mappings.js b/src/input-mappings.js index f99854981..20a72fb65 100644 --- a/src/input-mappings.js +++ b/src/input-mappings.js @@ -77,8 +77,8 @@ const config = { surfacetouchend: "thumb_up", thumbsticktouchstart: "thumb_down", thumbsticktouchend: "thumb_up", - triggerdown: ["action_primary_down", "action_grab", "index_down"], - triggerup: ["action_primary_up", "action_release", "index_up"], + triggerdown: ["action_grab", "index_down"], + triggerup: ["action_release", "index_up"], "axismove.reverseY": { left: "move" }, abuttondown: "action_primary_down", abuttonup: "action_primary_up" -- GitLab