diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 17:51:39 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 17:51:39 +0100 |
| commit | 5eadac72916ce9d53ffdc3f908a6e414858fe7e0 (patch) | |
| tree | 4c94efaa376280b44c510bad96eee41c43fc6c3a /src/keypad.h | |
| parent | 24aadae14da23e852285d4d726148d260edc147d (diff) | |
Cleaning repository
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(); |
