lsnes rr2-β23
[lsnes.git] / src / cmdhelp / button.json
blob52e974ec5cda176d3fc7fd2115e6a66e08ec38cc
2         "__mod":"CBUTTON",
3         "+controller":[
4                 "p", "Press a button",
5                 {"<button>":"Press button <button>"}
6         ],
7         "-controller":[
8                 "r", "Release a button",
9                 {"<button>":"Release button <button>"}
10         ],
11         "hold-controller":[
12                 "h", "Autohold a button",
13                 {"<button>":"Autohold button <button>"}
14         ],
15         "type-controller":[
16                 "t", "Type a button",
17                 {"<button>":"Type button <button>"}
18         ],
19         "designate-position":[
20                 "d", "Set postion",
21                 {"<button>":"Designate position for an axis"}
22         ],
23         "+autofire-controller":[
24                 "ap", "Start autofire",
25                 {"<button> [[<duty> ]<cyclelen>]":"Autofire button <button> with duty <duty> out of <cyclelen>"}
26         ],
27         "-autofire-controller":[
28                 "ar", "End autofire",
29                 {"<button> [[<duty> ]<cyclelen>]":"End Autofire on button <button>"}
30         ],
31         "autofire-controller":[
32                 "at", "Toggle autofire",
33                 {"<button> [[<duty> ]<cyclelen>]":"Toggle Autofire on button <button> with duty <duty> out of <cyclelen>"}
34         ],
35         "controller-analog":[
36                 "a", "Analog action",
37                 {"<button> <axisvalue>":"Analog action on <button> with value <axisvalue>"}
38         ]