]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/input.h
0a8880b7b461a8c978e7df3bd98a60c1488b82f4
[shadowclad.git] / src / engine / input.h
1 #ifndef ENGINE_INPUT_H
2 #define ENGINE_INPUT_H
3
4 #include <GLFW/glfw3.h>
5
6 void onKeyboardEvent(GLFWwindow* window, int key, int scancode, int action, int mods);
7 void setKeyboardInputCallback(void (*) (int, int, int, int));
8
9 #endif // ENGINE_INPUT_H