HID Shared Memory: Difference between revisions
Line 48: | Line 48: | ||
| 0x0 | | 0x0 | ||
| 0x4 | | 0x4 | ||
| PAD state. | | Current PAD state. | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| 0x4 | | 0x4 | ||
| | | PAD state for keys which were pressed(bitmasks which changed from value 0 to value 1) since the last HID update. | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| 0x4 | | 0x4 | ||
| | | PAD state for keys which were released(bitmasks which changed from value 1 to value 0) since the last HID update. | ||
|- | |- | ||
| 0xC | | 0xC |