diff options
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); |
