summaryrefslogtreecommitdiff
path: root/src/keypad.h
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-12-25 21:21:20 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-12-25 21:21:20 +0100
commitc50ed6ba7358f49b61ef32558630f37f257cb365 (patch)
treef430feaae22ad4bd72620a91962c015868be06b5 /src/keypad.h
parent309e9921f84406947fcb4f3e57f6b23e00906836 (diff)
Minor changes
Diffstat (limited to 'src/keypad.h')
-rw-r--r--src/keypad.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/keypad.h b/src/keypad.h
new file mode 100644
index 0000000..d762be4
--- /dev/null
+++ b/src/keypad.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "raylib.h"
+
+int KeypadIsPressed(unsigned char c);
+