]> git.lizzy.rs Git - shadowclad.git/blob - src/game/input.h
Migrate to GLFW 3
[shadowclad.git] / src / game / input.h
1 #ifndef INPUT_H_
2 #define INPUT_H_
3
4 #include <GLFW/glfw3.h>
5
6 void onKeyPressed(unsigned char key, int x, int y);
7 void onKeyboardEvent(GLFWwindow* window, int key, int scancode, int action, int mods);
8
9 #endif // INPUT_H_