Add support for controllers with dual touchpads

This commit is contained in:
Cameron Gutman
2026-05-14 22:13:45 -05:00
parent 7b026e77be
commit 2600beaf13
3 changed files with 22 additions and 3 deletions
+2 -1
View File
@@ -168,7 +168,8 @@ typedef struct _SS_CONTROLLER_TOUCH_PACKET {
NV_INPUT_HEADER header;
uint8_t controllerNumber;
uint8_t eventType;
uint8_t zero[2]; // Alignment/reserved
uint8_t zero; // Alignment/reserved
uint8_t touchpadIndex;
uint32_t pointerId;
netfloat x;
netfloat y;