summaryrefslogtreecommitdiff
path: root/src/keypad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keypad.h')
-rw-r--r--src/keypad.h5
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();