-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsample.ini
96 lines (81 loc) · 936 Bytes
/
sample.ini
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
; A sample XBox 360-like layout
; dpad
[stick]
image = dpad+stick.png
left = 10
bottom = 45
type = stick
threshold = 30
; face buttons
; z
[a]
right = 105
bottom = 60
image = a.png
keycode = 0x5A
; x
[b]
right = 10
bottom = 150
image = b.png
keycode = 0x58
; c
[x]
right = 200
bottom = 150
image = x.png
keycode = 0x43
; ctrl
[y]
right = 105
bottom = 240
image = y.png
keycode = 0x11
; shoulder buttons
; a
[l1]
left = 10
bottom = 340
image = l.png
keycode = 0x41
; s
[l2]
left = 10
bottom = 440
image = l.png
keycode = 0x53
; d
[r1]
right = 10
bottom = 340
image = r.png
keycode = 0x44
; v
[r2]
right = 10
bottom = 440
image = r.png
keycode = 0x56
; misc buttons
[size]
right = 80
top = 10
image = size.png
keycode = 0x73
[quit]
right = 10
top = 10
image = quit.png
type = quit
; Enter
[start]
right = 10
top = 100
image = start.png
keycode = 0x0d
; space
[select]
right = 10
top = 200
image = select.png
keycode = 0x20