Skip to content
Snippets Groups Projects
Unverified Commit 2f8fc17b authored by juan-bobo's avatar juan-bobo Committed by GitHub
Browse files

Merge pull request #355 from mozilla/remove-primary-action-from-oculus-touch-trigger

Remove primary action from oculus touch trigger.
parents edec011e 812c97ad
No related branches found
No related tags found
No related merge requests found
...@@ -77,8 +77,8 @@ const config = { ...@@ -77,8 +77,8 @@ const config = {
surfacetouchend: "thumb_up", surfacetouchend: "thumb_up",
thumbsticktouchstart: "thumb_down", thumbsticktouchstart: "thumb_down",
thumbsticktouchend: "thumb_up", thumbsticktouchend: "thumb_up",
triggerdown: ["action_primary_down", "action_grab", "index_down"], triggerdown: ["action_grab", "index_down"],
triggerup: ["action_primary_up", "action_release", "index_up"], triggerup: ["action_release", "index_up"],
"axismove.reverseY": { left: "move" }, "axismove.reverseY": { left: "move" },
abuttondown: "action_primary_down", abuttondown: "action_primary_down",
abuttonup: "action_primary_up" abuttonup: "action_primary_up"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment