-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSHHShifter.gamecontroller.amgp
118 lines (118 loc) · 4.04 KB
/
SHHShifter.gamecontroller.amgp
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="UTF-8"?>
<gamecontroller configversion="19" appversion="3.5.0">
<!--The SDL name for a joystick is included for informational purposes only.-->
<sdlname>XinMo Dual Arcade</sdlname>
<!--The Unique ID for a joystick is included for informational purposes only.-->
<uniqueID>0300a1d1c0160000e10500001101000058241505</uniqueID>
<stickAxisAssociation index="1" xAxis="1" yAxis="2"/>
<stickAxisAssociation index="2" xAxis="3" yAxis="4"/>
<vdpadButtonAssociations index="1">
<vdpadButtonAssociation axis="0" button="12" direction="1"/>
<vdpadButtonAssociation axis="0" button="13" direction="4"/>
<vdpadButtonAssociation axis="0" button="14" direction="8"/>
<vdpadButtonAssociation axis="0" button="15" direction="2"/>
</vdpadButtonAssociations>
<names>
<controlstickname index="1">Stick 1</controlstickname>
<controlstickname index="2">Stick 2</controlstickname>
</names>
<sets>
<set index="1">
<stick index="1">
<mode>eight-way</mode>
</stick>
<stick index="2">
<mode>eight-way</mode>
</stick>
<dpad index="1">
<mode>eight-way</mode>
<dpadbutton index="1">
<slots>
<slot>
<code>0x2000ffb9</code>
<mode>keyboard</mode>
</slot>
</slots>
</dpadbutton>
<dpadbutton index="8">
<slots>
<slot>
<code>0x2000ffb0</code>
<mode>keyboard</mode>
</slot>
</slots>
</dpadbutton>
</dpad>
<trigger index="5">
<throttle>positivehalf</throttle>
</trigger>
<trigger index="6">
<throttle>positivehalf</throttle>
</trigger>
<button index="11">
<slots>
<slot>
<code>0x2000ffb6</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="10">
<slots>
<slot>
<code>0x2000ffb3</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="7">
<slots>
<slot>
<code>0x2000ffb8</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="5">
<slots>
<slot>
<code>0x2000ffb7</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="3">
<slots>
<slot>
<code>0x2000ffb2</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="4">
<slots>
<slot>
<code>0x2000ffb1</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="1">
<slots>
<slot>
<code>0x2000ffb5</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
<button index="2">
<slots>
<slot>
<code>0x2000ffb4</code>
<mode>keyboard</mode>
</slot>
</slots>
</button>
</set>
</sets>
</gamecontroller>