Skip to content
Snippets Groups Projects
Commit 6655a318 authored by joni's avatar joni
Browse files

Add move_duck to vive action mapping

parent 564eca20
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,8 @@ const config = { ...@@ -58,7 +58,8 @@ const config = {
trackpadtouchstart: "thumb_down", trackpadtouchstart: "thumb_down",
trackpadtouchend: "thumb_up", trackpadtouchend: "thumb_up",
triggerdown: ["action_grab", "index_down"], triggerdown: ["action_grab", "index_down"],
triggerup: ["action_release", "index_up"] triggerup: ["action_release", "index_up"],
axismove: { right: "move_duck" }
}, },
"oculus-touch-controls": { "oculus-touch-controls": {
joystick_dpad4_west: { joystick_dpad4_west: {
......
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