HID Shared Memory: Difference between revisions
Line 325: | Line 325: | ||
| 0x0 | | 0x0 | ||
| 0x2 | | 0x2 | ||
| | | Keys held | ||
|- | |- | ||
| 0x2 | | 0x2 | ||
| 0x2 | | 0x2 | ||
| | | Keys just pressed | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| 0x2 | | 0x2 | ||
| | | Keys just released | ||
|- | |- | ||
| 0x6 | | 0x6 | ||
| 0x1 | | 0x1 | ||
| | | Left Stick X (range roughly -32 to +31) | ||
|- | |- | ||
| 0x7 | | 0x7 | ||
| 0x1 | | 0x1 | ||
| | | Left Stick Y (range roughly -32 to +31) | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| 0x1 | | 0x1 | ||
| | | Right Stick X (range roughly -16 to +15) | ||
|- | |- | ||
| 0x9 | | 0x9 | ||
| 0x1 | | 0x1 | ||
| | | Right Stick Y (range roughly -16 to +15) | ||
|- | |- | ||
| 0xA | | 0xA | ||
Line 355: | Line 355: | ||
| Padding, not written by HID module. | | Padding, not written by HID module. | ||
|} | |} | ||
Note: there is code in hid sysmodule where holding +, -, DPAD Left, and A will recallibrate the sticks to zero. |