From c273bbe9987a694d2396a09eb3d28ef47a51a671 Mon Sep 17 00:00:00 2001
From: Marcos Caceres
[[\gamepads]]
- `[]`
+ A empty [=sequence=] of {{Gamepad?}} objects
- A `sequence<Gamepad?>` with each {{Gamepad}} present at the
- index specified by its {{Gamepad/index}} attribute, or `null` for
- unassigned indices.
+ Each {{Gamepad}} present at the index specified by its
+ {{Gamepad/index}} attribute, or `null` for unassigned indices.
@@ -1835,11 +1834,14 @@
button, then its canonical index
is the index of the corresponding [=Standard Gamepad=] axis or button.
- Button/Axis + Type + | ++ Index |
Location
@@ -1848,8 +1850,11 @@ |
---|---|---|
+ Button + | - buttons[0] + 0 |
Bottom button in right cluster
@@ -1857,7 +1862,7 @@ |
- buttons[1] + 1 |
Right button in right cluster
@@ -1865,7 +1870,7 @@ | |
- buttons[2] + 2 |
Left button in right cluster
@@ -1873,7 +1878,7 @@ | |
- buttons[3] + 3 |
Top button in right cluster
@@ -1881,7 +1886,7 @@ | |
- buttons[4] + 4 |
Top left front button
@@ -1889,7 +1894,7 @@ | |
- buttons[5] + 5 |
Top right front button
@@ -1897,7 +1902,7 @@ | |
- buttons[6] + 6 |
Bottom left front button
@@ -1905,7 +1910,7 @@ | |
- buttons[7] + 7 |
Bottom right front button
@@ -1913,7 +1918,7 @@ | |
- buttons[8] + 8 |
Left button in center cluster
@@ -1921,7 +1926,7 @@ | |
- buttons[9] + 9 |
Right button in center cluster
@@ -1929,7 +1934,7 @@ | |
- buttons[10] + 10 |
Left stick pressed button
@@ -1937,7 +1942,7 @@ | |
- buttons[11] + 11 |
Right stick pressed button
@@ -1945,7 +1950,7 @@ | |
- buttons[12] + 12 |
Top button in left cluster
@@ -1953,7 +1958,7 @@ | |
- buttons[13] + 13 |
Bottom button in left cluster
@@ -1961,7 +1966,7 @@ | |
- buttons[14] + 14 |
Left button in left cluster
@@ -1969,7 +1974,7 @@ | |
- buttons[15] + 15 |
Right button in left cluster
@@ -1977,15 +1982,18 @@ | |
- buttons[16] + 16 | Center button in center cluster | |
+ axes + | - axes[0] + 0 |
Horizontal axis for left stick (negative left/positive right)
@@ -1993,7 +2001,7 @@ |
- axes[1] + 1 |
Vertical axis for left stick (negative up/positive down)
@@ -2001,7 +2009,7 @@ | |
- axes[2] + 2 |
Horizontal axis for right stick (negative left/positive right)
@@ -2009,7 +2017,7 @@ | |
- axes[3] + 3 |
Vertical axis for right stick (negative up/positive down)
@@ -2236,9 +2244,11 @@
+ Acknowledgements -The following people contributed to the development of this - document. -
+ The following people contributed to the development of this document. + +
|