A game about forced loneliness, made by TACStudios
1{
2 "name": "GamepadMouseCursorUIActions",
3 "maps": [
4 {
5 "name": "UI",
6 "id": "038d8f59-db9c-4389-83cd-7d41373518d5",
7 "actions": [
8 {
9 "name": "Point",
10 "type": "PassThrough",
11 "id": "81d2dc29-f5a6-47c1-a543-ad954fda9fa6",
12 "expectedControlType": "Vector2",
13 "processors": "",
14 "interactions": ""
15 },
16 {
17 "name": "Click",
18 "type": "PassThrough",
19 "id": "e5db52ef-8fc1-40c9-9799-57f91a7d7ade",
20 "expectedControlType": "Button",
21 "processors": "",
22 "interactions": ""
23 },
24 {
25 "name": "Scroll",
26 "type": "PassThrough",
27 "id": "48228e6f-8fda-4ba2-b461-fdae78c58090",
28 "expectedControlType": "Vector2",
29 "processors": "",
30 "interactions": ""
31 }
32 ],
33 "bindings": [
34 {
35 "name": "",
36 "id": "39af39e2-c75c-421e-84bf-1e4ff9793ab4",
37 "path": "<VirtualMouse>/position",
38 "interactions": "",
39 "processors": "",
40 "groups": "",
41 "action": "Point",
42 "isComposite": false,
43 "isPartOfComposite": false
44 },
45 {
46 "name": "",
47 "id": "f9d5a98e-68a3-44c8-a096-a1a30237ca81",
48 "path": "<VirtualMouse>/leftButton",
49 "interactions": "",
50 "processors": "",
51 "groups": "",
52 "action": "Click",
53 "isComposite": false,
54 "isPartOfComposite": false
55 },
56 {
57 "name": "",
58 "id": "7ffd960c-11ef-4fc0-b91b-4cbd02eba1b8",
59 "path": "<VirtualMouse>/scroll",
60 "interactions": "",
61 "processors": "",
62 "groups": "",
63 "action": "Scroll",
64 "isComposite": false,
65 "isPartOfComposite": false
66 }
67 ]
68 }
69 ],
70 "controlSchemes": []
71}