Skip to content
Snippets Groups Projects
Commit 159c65af authored by Greg Fodor's avatar Greg Fodor
Browse files

Fixes for Oculus Go bindings for new pause mode

parent 61ee8ef1
No related branches found
No related tags found
No related merge requests found
...@@ -38,11 +38,6 @@ export const oculusGoUserBindings = { ...@@ -38,11 +38,6 @@ export const oculusGoUserBindings = {
dest: { value: touchpad }, dest: { value: touchpad },
xform: xforms.compose_vec2 xform: xforms.compose_vec2
}, },
{
src: [dpadNorth, dpadSouth, dpadCenter],
dest: { value: dpadCenterStrip },
xform: xforms.any
},
{ {
src: { src: {
value: paths.device.oculusgo.button("touchpad").pressed value: paths.device.oculusgo.button("touchpad").pressed
...@@ -70,6 +65,11 @@ export const oculusGoUserBindings = { ...@@ -70,6 +65,11 @@ export const oculusGoUserBindings = {
}, },
xform: xforms.vec2dpad(0.8) xform: xforms.vec2dpad(0.8)
}, },
{
src: [dpadNorth, dpadSouth, dpadCenter],
dest: { value: dpadCenterStrip },
xform: xforms.any
},
{ {
src: { src: {
value: dpadCenterStrip, value: dpadCenterStrip,
...@@ -87,7 +87,7 @@ export const oculusGoUserBindings = { ...@@ -87,7 +87,7 @@ export const oculusGoUserBindings = {
dest: { dest: {
value: paths.actions.thaw value: paths.actions.thaw
}, },
xform: xforms.copyIfTrue xform: xforms.copy
}, },
{ {
src: { src: {
......
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