This repository was archived by the owner on Mar 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ Except for the first element, all of these elements appear four times in the arr
4242 * Bit 6: R trigger button
4343 * Bit 7: Z button
4444 * Bit 8: START button
45- * [ Left stick X] represents the horizontal axis of the left stick. It could actually be a short or even a float.
46- * [ Left stick Y] represents the vertical axis of the left stick. It could actually be a short or even a float.
47- * [ C stick X] represents the horizontal axis of the C-Stick. It could actually be a short or even a float.
48- * [ C stick Y] represents the vertical axis of the C-Stick. It could actually be a short or even a float.
49- * [ L axis] represents the analog input axis of the L trigger. It could be a short.
50- * [ R axis] represents the analog input axis of the R trigger. It could be a short.
45+ * [ Left stick X] represents the horizontal axis of the left stick. It could actually be a short or even a float.
46+ * [ Left stick Y] represents the vertical axis of the left stick. It could actually be a short or even a float.
47+ * [ C stick X] represents the horizontal axis of the C-Stick. It could actually be a short or even a float.
48+ * [ C stick Y] represents the vertical axis of the C-Stick. It could actually be a short or even a float.
49+ * [ L axis] represents the analog input axis of the L trigger. It could be a short.
50+ * [ R axis] represents the analog input axis of the R trigger. It could be a short.
5151
5252Rumble data is not obtained from here. Rather, it seems to be a command data.
You can’t perform that action at this time.
0 commit comments