Changeset 83b5b4b in opengl-game for game-gui-glfw.cpp
- Timestamp:
- Oct 4, 2019, 8:19:15 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 0b1b52d
- Parents:
- 5b02676
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (10/04/19 20:16:22)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (10/04/19 20:19:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-glfw.cpp
r5b02676 r83b5b4b 156 156 UIEvent e; 157 157 e.type = UI_EVENT_WINDOWRESIZE; 158 e.windowResize.width = width; 159 e.windowResize.height = height; 158 160 159 161 GameGui_GLFW::s_events.push(e);
Note:
See TracChangeset
for help on using the changeset viewer.