diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-25 07:38:58 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-25 07:38:58 +0200 |
| commit | 656eec576e46bf80da052710508e93b26ec8bdb5 (patch) | |
| tree | f54106e08d0b2d862c1ffca1c351045eb33a9196 /Source/Pad.h | |
| parent | 8d2e08d7448e6c3514a747c0dff5db5f27eb8788 (diff) | |
| download | airport-656eec576e46bf80da052710508e93b26ec8bdb5.tar.gz | |
* Implemented remaining time for flights.
* Initial STATE_UNBOARDING implementation. Still some work to do.
* Added score logic.
Diffstat (limited to 'Source/Pad.h')
| -rw-r--r-- | Source/Pad.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Pad.h b/Source/Pad.h index d887f86..5b5fa1d 100644 --- a/Source/Pad.h +++ b/Source/Pad.h @@ -39,6 +39,9 @@ bool PadTwoKeyReleased(unsigned short key); bool PadOneKeySinglePress(unsigned short key); bool PadTwoKeySinglePress(unsigned short key); +unsigned short PadOneGetLastKeySinglePressed(void); +unsigned short PadTwoGetLastKeySinglePressed(void); + bool PadOneDirectionKeyPressed(void); bool PadTwoDirectionKeyPressed(void); |
