summaryrefslogtreecommitdiffhomepage
path: root/src/input.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-11-19 22:31:13 -0500
committerrealtradam <[email protected]>2022-11-19 22:31:13 -0500
commit0eef3373b58cf2de459578fc94606804d1e778a0 (patch)
tree0c53f9ce2b80823b223b07ae3dbdddb473c94354 /src/input.h
parent13432ece9e2a8c6d20158fd6886c6060c8a7bdc9 (diff)
downloadOgle-0eef3373b58cf2de459578fc94606804d1e778a0.tar.gz
Ogle-0eef3373b58cf2de459578fc94606804d1e778a0.zip
Hello Window complete
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
new file mode 100644
index 0000000..274489c
--- /dev/null
+++ b/src/input.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <GLFW/glfw3.h>
+
+void processInput(GLFWwindow *window);