Changeset 40995d3 in opengl-game for opengl-game.cpp
- Timestamp:
- Oct 1, 2019, 3:14:06 AM (6 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
-
opengl-game.cpp
r7563b8a r40995d3 125 125 } 126 126 break; 127 case UI_EVENT_WINDOWRESIZE: 128 cout << "Window resize event detected" << endl; 129 break; 127 130 default: 128 131 cout << "Unhandled UI event: " << e.type << endl;
Note:
See TracChangeset
for help on using the changeset viewer.