Skip to content
Snippets Groups Projects
Commit 812c97ad authored by joni's avatar joni
Browse files

Remove primary action from oculus touch trigger.

parent edec011e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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