Update touch input settings

This commit is contained in:
Michal Pikulski
2025-09-05 14:10:42 +02:00
parent 32f09f4755
commit 5d3a587b5e
9 changed files with 235 additions and 56 deletions

View File

@@ -23,6 +23,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "TouchDelta",
"type": "Value",
"id": "99ae0aa3-a70e-4afc-8a8a-c7d6144fa75b",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
}
],
"bindings": [
@@ -41,12 +50,23 @@
"name": "",
"id": "f3dcd77f-15e5-4621-af67-001e6b08e3e6",
"path": "<Touchscreen>/Press",
"interactions": "Hold",
"interactions": "Press(behavior=2)",
"processors": "",
"groups": "",
"action": "TouchPress",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "19cc6a3f-9316-4da5-8e35-8297e02b8f6c",
"path": "<Touchscreen>/delta",
"interactions": "",
"processors": "",
"groups": "",
"action": "TouchDelta",
"isComposite": false,
"isPartOfComposite": false
}
]
}