diff options
Diffstat (limited to 'src/keypad.h')
| -rw-r--r-- | src/keypad.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/keypad.h b/src/keypad.h index 922d2a8..23a6a70 100644 --- a/src/keypad.h +++ b/src/keypad.h @@ -2,5 +2,10 @@ #include "raylib.h" +/** + * @brief Return the hex code of the key currently pressed and -1 ortherwise + * + * @return int + */ int KeypadGetPressed(); |
