mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 22:23:11 +02:00
71 lines
2.3 KiB
Plaintext
71 lines
2.3 KiB
Plaintext
{
|
|
"name": "BetterInput",
|
|
"maps": [
|
|
{
|
|
"name": "Main",
|
|
"id": "4b18db26-1517-44fd-a720-3375a87d3e57",
|
|
"actions": [
|
|
{
|
|
"name": "MouseLeftClick",
|
|
"type": "Button",
|
|
"id": "8d155000-3a72-43d3-8bfe-93d72a796753",
|
|
"expectedControlType": "Button",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
},
|
|
{
|
|
"name": "MousePosition",
|
|
"type": "PassThrough",
|
|
"id": "77dce579-48e8-463c-9642-2c6546293638",
|
|
"expectedControlType": "Vector2",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"name": "",
|
|
"id": "a5b53ba7-9040-447d-9a40-5d3ef675189c",
|
|
"path": "<Mouse>/leftButton",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "Keyboard+Mouse",
|
|
"action": "MouseLeftClick",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "67d09b79-2555-46f8-b8f8-d1475b59116a",
|
|
"path": "<Mouse>/position",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "Keyboard+Mouse",
|
|
"action": "MousePosition",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"controlSchemes": [
|
|
{
|
|
"name": "Keyboard+Mouse",
|
|
"bindingGroup": "Keyboard+Mouse",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Keyboard>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
},
|
|
{
|
|
"devicePath": "<Mouse>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |