From e563450cb6df6d7aa20a53a0614ebf583003ce6e Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 21 Jun 2020 14:50:31 +0200 Subject: synch with re3 --- src/core/Pad.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/Pad.h') diff --git a/src/core/Pad.h b/src/core/Pad.h index a1461575..ccfdcbc9 100644 --- a/src/core/Pad.h +++ b/src/core/Pad.h @@ -444,6 +444,7 @@ public: bool GetLeftShoulder2(void) { return !!NewState.LeftShoulder2; } bool GetRightShoulder1(void) { return !!NewState.RightShoulder1; } bool GetRightShoulder2(void) { return !!NewState.RightShoulder2; } + bool GetStart() { return !!NewState.Start; } int16 GetLeftStickX(void) { return NewState.LeftStickX; } int16 GetLeftStickY(void) { return NewState.LeftStickY; } int16 GetRightStickX(void) { return NewState.RightStickX; } -- cgit v1.2.3