Changes in game-gui-glfw.hpp [a0da009:f133da0] in opengl-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-glfw.hpp
ra0da009 rf133da0 50 50 void glfw_mouse_button_callback(GLFWwindow* window, int button, int action, int mods); 51 51 void glfw_key_callback(GLFWwindow* window, int key, int scancode, int action, int mods); 52 void glfw_window_size_callback(GLFWwindow* window, int width, int height);53 52 54 53 #endif // _GAME_GUI_GLFW_H
Note:
See TracChangeset
for help on using the changeset viewer.