diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-25 21:29:52 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-25 21:29:52 +0100 |
| commit | 4ad64d82c3007f4dffd973c8f8a22653312357c5 (patch) | |
| tree | 27fc1126d000aa321eaa93657b16e7d05c905b47 /src/keypad.h | |
| parent | c50ed6ba7358f49b61ef32558630f37f257cb365 (diff) | |
Minor changes
Diffstat (limited to 'src/keypad.h')
| -rw-r--r-- | src/keypad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keypad.h b/src/keypad.h index d762be4..9339280 100644 --- a/src/keypad.h +++ b/src/keypad.h @@ -3,4 +3,5 @@ #include "raylib.h" int KeypadIsPressed(unsigned char c); +int KeypadGetPressed(); |
