Changeset 40995d3 in opengl-game for game-gui-glfw.hpp
- Timestamp:
- Oct 1, 2019, 3:14:06 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 4d84c72
- Parents:
- 7563b8a (diff), a0da009 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-glfw.hpp
r7563b8a r40995d3 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); 52 53 53 54 #endif // _GAME_GUI_GLFW_H
Note:
See TracChangeset
for help on using the changeset viewer.