Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Updated mappings following issues related to previous mapping update (#…
Browse files Browse the repository at this point in the history
…78)

Changes trigger press to use the correct axis (was previously a button)
  • Loading branch information
SimonDarksideJ authored and StephenHodgson committed Sep 13, 2019
1 parent 23f5b5f commit 597f4d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ MonoBehaviour:
id: 1
description: Select
axisConstraint: 2
keyCode: 344
axisCodeX:
keyCode: 0
axisCodeX: AXIS_9
axisCodeY:
invertXAxis: 0
invertYAxis: 0
Expand All @@ -68,8 +68,8 @@ MonoBehaviour:
id: 0
description: None
axisConstraint: 0
keyCode: 0
axisCodeX: AXIS_9
keyCode: 344
axisCodeX:
axisCodeY:
invertXAxis: 0
invertYAxis: 0
Expand Down Expand Up @@ -217,8 +217,8 @@ MonoBehaviour:
id: 1
description: Select
axisConstraint: 2
keyCode: 345
axisCodeX:
keyCode: 0
axisCodeX: AXIS_10
axisCodeY:
invertXAxis: 0
invertYAxis: 0
Expand All @@ -230,8 +230,8 @@ MonoBehaviour:
id: 0
description: None
axisConstraint: 0
keyCode: 0
axisCodeX: AXIS_10
keyCode: 345
axisCodeX:
axisCodeY:
invertXAxis: 0
invertYAxis: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ MonoBehaviour:
id: 0
description: None
axisConstraint: 0
keyCode: 334
axisCodeX:
keyCode: 0
axisCodeX: AXIS_11
axisCodeY:
invertXAxis: 0
invertYAxis: 0
Expand Down Expand Up @@ -348,8 +348,8 @@ MonoBehaviour:
id: 0
description: None
axisConstraint: 0
keyCode: 335
axisCodeX:
keyCode: 0
axisCodeX: AXIS_12
axisCodeY:
invertXAxis: 0
invertYAxis: 0
Expand Down

0 comments on commit 597f4d5

Please sign in to comment.