Changeset f133da0 in opengl-game for game-gui-glfw.cpp
- Timestamp:
- Sep 16, 2019, 2:09:05 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- c6fec84
- Parents:
- df2cc24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-glfw.cpp
rdf2cc24 rf133da0 60 60 // I think glfwGetWindowSize(window, width, height) works fine. 61 61 62 return window; 63 } 64 65 void GameGui_GLFW::bindEventHandlers() { 62 66 glfwSetMouseButtonCallback(window, glfw_mouse_button_callback); 63 67 glfwSetKeyCallback(window, glfw_key_callback); 64 65 return window;66 68 } 67 69
Note:
See TracChangeset
for help on using the changeset viewer.