Skip to content

Commit

Permalink
mobile mouse scroll input reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-cortez committed Jan 15, 2025
1 parent 0ea0c46 commit ba74a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/InputSystem/PlayerActions.inputactions
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"path": "<Touchscreen>/touch1/press",
"interactions": "",
"processors": "",
"groups": "",
"groups": ";Touch",
"action": "ScrollWheel",
"isComposite": false,
"isPartOfComposite": true
Expand All @@ -409,7 +409,7 @@
"id": "02294441-af70-4095-af64-d2ec6a4590dd",
"path": "<Touchscreen>/delta",
"interactions": "",
"processors": "",
"processors": "InvertVector2",
"groups": ";Touch",
"action": "ScrollWheel",
"isComposite": false,
Expand Down

0 comments on commit ba74a21

Please sign in to comment.