diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2019-09-28 17:03:00 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2019-09-28 17:03:00 +0300 |
| commit | 6362ceeff305b47063622b2ce19152b699963a66 (patch) | |
| tree | d16815e9acca0977116f9f87b201bb9873bd150d /src/core/Pad.h | |
| parent | Merge pull request #211 from erorcun/erorcun (diff) | |
| download | re3-6362ceeff305b47063622b2ce19152b699963a66.tar.gz | |
Full CCutsceneMgr
Diffstat (limited to 'src/core/Pad.h')
| -rw-r--r-- | src/core/Pad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Pad.h b/src/core/Pad.h index 4f129e85..eca334ee 100644 --- a/src/core/Pad.h +++ b/src/core/Pad.h @@ -368,6 +368,7 @@ public: bool GetLeftShoulder2JustDown() { return !!(NewState.LeftShoulder2 && !OldState.LeftShoulder2); } bool GetRightShoulder1JustDown() { return !!(NewState.RightShoulder1 && !OldState.RightShoulder1); } bool GetRightShoulder2JustDown() { return !!(NewState.RightShoulder2 && !OldState.RightShoulder2); } + bool GetStartJustDown() { return !!(NewState.Start && !OldState.Start); } /* int32 GetLeftShoulder1(void) { return NewState.LeftShoulder1; } |
