136 lines
4.6 KiB
Plaintext
136 lines
4.6 KiB
Plaintext
{
|
|
"name": "GameInputActions",
|
|
"maps": [
|
|
{
|
|
"name": "Gameplay",
|
|
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
|
|
"actions": [
|
|
{
|
|
"name": "Select",
|
|
"type": "Button",
|
|
"id": "b2c3d4e5-f6a7-8901-bcde-f23456789012",
|
|
"expectedControlType": "Button",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
},
|
|
{
|
|
"name": "Point",
|
|
"type": "Value",
|
|
"id": "c3d4e5f6-a7b8-9012-cdef-345678901234",
|
|
"expectedControlType": "Vector2",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": true
|
|
},
|
|
{
|
|
"name": "Drag",
|
|
"type": "Button",
|
|
"id": "d4e5f6a7-b8c9-0123-defa-456789012345",
|
|
"expectedControlType": "Button",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"name": "",
|
|
"id": "e5f6a7b8-c9d0-1234-efab-567890123456",
|
|
"path": "<Mouse>/leftButton",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "Keyboard&Mouse",
|
|
"action": "Select",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "f6a7b8c9-d0e1-2345-fabc-678901234567",
|
|
"path": "<Touchscreen>/primaryTouch/tap",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "Touch",
|
|
"action": "Select",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "a7b8c9d0-e1f2-3456-abcd-789012345678",
|
|
"path": "<Mouse>/position",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "Keyboard&Mouse",
|
|
"action": "Point",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "b8c9d0e1-f2a3-4567-bcde-890123456789",
|
|
"path": "<Touchscreen>/primaryTouch/position",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "Touch",
|
|
"action": "Point",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "c9d0e1f2-a3b4-5678-cdef-901234567890",
|
|
"path": "<Mouse>/leftButton",
|
|
"interactions": "Hold",
|
|
"processors": "",
|
|
"groups": "Keyboard&Mouse",
|
|
"action": "Drag",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "d0e1f2a3-b4c5-6789-defa-012345678901",
|
|
"path": "<Touchscreen>/primaryTouch/press",
|
|
"interactions": "Hold",
|
|
"processors": "",
|
|
"groups": "Touch",
|
|
"action": "Drag",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"controlSchemes": [
|
|
{
|
|
"name": "Keyboard&Mouse",
|
|
"bindingGroup": "Keyboard&Mouse",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Keyboard>",
|
|
"isOptional": true,
|
|
"isOR": false
|
|
},
|
|
{
|
|
"devicePath": "<Mouse>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Touch",
|
|
"bindingGroup": "Touch",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Touchscreen>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|