PSMoveSteamVRBridge icon indicating copy to clipboard operation
PSMoveSteamVRBridge copied to clipboard

Swipe commands not active in game

Open Sam-Gresh opened this issue 7 years ago • 0 comments

In several titles (particularly tilt brush) any method of imputing a swipe using a PS move has failed This is my current steamvr.vrsettings { "collisionBounds" : { "CollisionBoundsStyle" : 4 }, "keyboard" : { "TutorialCompletions" : 1 }, "psmove_0" : { "circle" : "a", "cross" : "button_8", "move" : "touchpad", "ps" : "system", "rumble_suppressed" : false, "select" : "button_9", "square" : "grip", "start" : "button_10", "triangle" : "application_menu", "trigger" : "trigger", }, "psmove_1" : { "move" : "touchpad_touched", "ps" : "system", "rumble_suppressed" : false, "select" : "button_9", "start" : "button_10", "trigger" : "trigger", }, "psmove_touchpad_directions_1" : { "circle" : "touchpad_right_touch", "cross" : "touchpad_left_touch", "square" : "touchpad_down_touch", "triangle" : "touchpad_up_touch" }, "steamvr" : { "activateMultipleDrivers" : true, "allowReprojection" : true, "directModeEdidPid" : 43521, "directModeEdidVid" : 53794, "mirrorViewGeometry" : "0 0 500 300" } }

I have also attempted to use spatial movement after touch. I don't know if this is a legitimate issue or if I am being stupid but I have worked for quite a while and closely followed the docs.

Sam-Gresh avatar Jun 10 '17 13:06 Sam-Gresh