diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 09:06:40 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 09:06:40 +0100 |
| commit | 64917e3504c32f09a503675f3e43a362508725de (patch) | |
| tree | 673fcc99f036d6a96534cf6c3db0a889387a9ad8 /src/keypad.h | |
| parent | f1c3a672947a3ba375ff24c3375aa7e87b2a0844 (diff) | |
Minor changes
Diffstat (limited to 'src/keypad.h')
| -rw-r--r-- | src/keypad.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keypad.h b/src/keypad.h index 9339280..922d2a8 100644 --- a/src/keypad.h +++ b/src/keypad.h @@ -2,6 +2,5 @@ #include "raylib.h" -int KeypadIsPressed(unsigned char c); int KeypadGetPressed(); |
