Big Input refactor

This commit is contained in:
Michal Pikulski
2025-09-05 15:03:52 +02:00
parent c6a5d6329f
commit 1489dbda05
6 changed files with 193 additions and 179 deletions

View File

@@ -16,7 +16,7 @@
"initialStateCheck": true
},
{
"name": "TouchPress",
"name": "TapMove",
"type": "Button",
"id": "a77a5b0d-26e8-4b6c-b23b-828c50b3108f",
"expectedControlType": "",
@@ -25,10 +25,10 @@
"initialStateCheck": false
},
{
"name": "TouchDelta",
"type": "Value",
"name": "HoldMove",
"type": "Button",
"id": "99ae0aa3-a70e-4afc-8a8a-c7d6144fa75b",
"expectedControlType": "Vector2",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": true
@@ -50,21 +50,21 @@
"name": "",
"id": "f3dcd77f-15e5-4621-af67-001e6b08e3e6",
"path": "<Touchscreen>/Press",
"interactions": "Press(behavior=2)",
"interactions": "Tap(duration=0.2)",
"processors": "",
"groups": "",
"action": "TouchPress",
"action": "TapMove",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "19cc6a3f-9316-4da5-8e35-8297e02b8f6c",
"path": "<Touchscreen>/delta",
"interactions": "",
"path": "<Touchscreen>/Press",
"interactions": "Hold(duration=0.2)",
"processors": "",
"groups": "",
"action": "TouchDelta",
"action": "HoldMove",
"isComposite": false,
"isPartOfComposite": false
}