Files
AppleHillsProduction/Assets/Input/PlayerTouchActions.inputactions
2025-09-05 14:10:58 +02:00

75 lines
2.6 KiB
Plaintext

{
"version": 1,
"name": "PlayerTouchActions",
"maps": [
{
"name": "DefaultActionMap",
"id": "53d55b3c-f7c2-4706-a857-c615ecb16ff7",
"actions": [
{
"name": "TouchPosition",
"type": "Value",
"id": "f615672c-a395-4335-826c-d14ae764c4b5",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "TouchPress",
"type": "Button",
"id": "a77a5b0d-26e8-4b6c-b23b-828c50b3108f",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "TouchDelta",
"type": "Value",
"id": "99ae0aa3-a70e-4afc-8a8a-c7d6144fa75b",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
}
],
"bindings": [
{
"name": "",
"id": "94ea85eb-4b37-460d-8b4d-518d80e63349",
"path": "<Touchscreen>/position",
"interactions": "",
"processors": "",
"groups": "",
"action": "TouchPosition",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "f3dcd77f-15e5-4621-af67-001e6b08e3e6",
"path": "<Touchscreen>/Press",
"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
}
]
}
],
"controlSchemes": []
}