summaryrefslogtreecommitdiffstats
path: root/src/core/Pad.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-21 11:03:20 +0200
committeraap <aap@papnet.eu>2020-06-21 11:03:20 +0200
commit586e8a2ab4da35529b19eb3a3c1db05d3469317c (patch)
treec473da2b82a88187a4fd951195d783460e0e3b44 /src/core/Pad.h
parentPS2 cam transition mostly working (diff)
downloadre3-586e8a2ab4da35529b19eb3a3c1db05d3469317c.tar
re3-586e8a2ab4da35529b19eb3a3c1db05d3469317c.tar.gz
re3-586e8a2ab4da35529b19eb3a3c1db05d3469317c.tar.bz2
re3-586e8a2ab4da35529b19eb3a3c1db05d3469317c.tar.lz
re3-586e8a2ab4da35529b19eb3a3c1db05d3469317c.tar.xz
re3-586e8a2ab4da35529b19eb3a3c1db05d3469317c.tar.zst
re3-586e8a2ab4da35529b19eb3a3c1db05d3469317c.zip
Diffstat (limited to '')
-rw-r--r--src/core/Pad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Pad.h b/src/core/Pad.h
index ea771f81..1f29aa60 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; }