-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefault.json
More file actions
88 lines (88 loc) · 2.38 KB
/
default.json
File metadata and controls
88 lines (88 loc) · 2.38 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"controlPad": {
"name": "default",
"orientation": "PORTRAIT",
"width": 1080,
"height": 2052
},
"controlPadItems": [
{
"itemIdentifier": "arrows",
"controlPadId": 5,
"offsetX": 8.8046875,
"offsetY": 54.570312,
"itemType": "DPAD",
"properties": "{\"useClickAction\": true}"
},
{
"itemIdentifier": "ctl_id",
"controlPadId": 5,
"offsetX": 635.0254,
"offsetY": 1153.5479,
"itemType": "BUTTON",
"properties": "{\"text\": \"CtlId\"}"
},
{
"itemIdentifier": "ctl_id",
"controlPadId": 5,
"offsetX": 573.42676,
"offsetY": 58.125,
"itemType": "DPAD"
},
{
"itemIdentifier": "ctl_id",
"controlPadId": 5,
"offsetX": 57.756836,
"offsetY": 1529.1143,
"itemType": "JOYSTICK"
},
{
"itemIdentifier": "ctl_id",
"controlPadId": 5,
"offsetX": 110.61426,
"offsetY": 656.0918,
"itemType": "SLIDER"
},
{
"itemIdentifier": "ctl_id",
"controlPadId": 5,
"offsetX": 822.4961,
"offsetY": 660.33496,
"itemType": "SWITCH"
},
{
"itemIdentifier": "radius",
"controlPadId": 5,
"offsetX": 572.5508,
"offsetY": 1527.1152,
"itemType": "JOYSTICK"
},
{
"itemIdentifier": "resume",
"controlPadId": 5,
"offsetX": 813.0459,
"offsetY": 921.9551,
"itemType": "SWITCH"
},
{
"itemIdentifier": "uptime",
"controlPadId": 5,
"offsetX": 206.16797,
"offsetY": 1153.5674,
"itemType": "BUTTON",
"properties": "{\"text\": \"Uptime\", \"useClickAction\": true}"
},
{
"itemIdentifier": "volume",
"controlPadId": 5,
"offsetX": 112.02637,
"offsetY": 901.00977,
"itemType": "SLIDER"
}
],
"connectionConfig": {
"controlPadId": 5,
"connectionType": "UDP",
"configJson": "{\"host\": \"192.168.56.2\", \"port\": 8080}"
}
}