Remove CenterPad and RightStick from Steam Controller (2015) internal state struct
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

These values are never used for the Steam Controller (2015), as it does not physically have these inputs.
This commit is contained in:
0xDEADCADE
2026-05-23 07:51:03 -07:00
committed by Sam Lantinga
parent e7b238a6ed
commit 3626598675
-8
View File
@@ -75,18 +75,10 @@ typedef struct SteamControllerStateInternal_t
short sRightPadX;
short sRightPadY;
// Center pad coordinates
short sCenterPadX;
short sCenterPadY;
// Left analog stick coordinates
short sLeftStickX;
short sLeftStickY;
// Right analog stick coordinates
short sRightStickX;
short sRightStickY;
unsigned short sTriggerL;
unsigned short sTriggerR;