From 5eadac72916ce9d53ffdc3f908a6e414858fe7e0 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 26 Dec 2023 17:51:39 +0100 Subject: Cleaning repository --- src/keypad.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/keypad.h') 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(); -- cgit v1.2.3