mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-25 06:18:40 +00:00
Remove CenterPad and RightStick from Steam Controller (2015) internal state struct
These values are never used for the Steam Controller (2015), as it does not physically have these inputs.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user