Skip to content

Commit

Permalink
increase deadzone for dpad inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sd805 committed May 22, 2022
1 parent 79e5b00 commit d322d5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion L4D2VR/SteamVRActionManifest/bindings_knuckles.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"mode" : "dpad",
"parameters" : {
"deadzone_pct" : "30",
"deadzone_pct" : "70",
"overlap_pct" : "0",
"sub_mode" : "touch"
},
Expand Down
2 changes: 1 addition & 1 deletion L4D2VR/SteamVRActionManifest/bindings_oculus_touch.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"mode" : "dpad",
"parameters" : {
"deadzone_pct" : "30",
"deadzone_pct" : "70",
"overlap_pct" : "0",
"sub_mode" : "touch"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"mode" : "dpad",
"parameters" : {
"deadzone_pct" : "30",
"deadzone_pct" : "70",
"overlap_pct" : "0",
"sub_mode" : "touch"
},
Expand Down

0 comments on commit d322d5f

Please sign in to comment.