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