Changeset a6f6833 in opengl-game for opengl-game.cpp
- Timestamp:
- Sep 15, 2019, 5:27:13 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 92cbc6a
- Parents:
- 09e15a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opengl-game.cpp
r09e15a4 ra6f6833 66 66 } 67 67 68 int actualWidth=0, actualHeight=0;69 gui->getWindowSize(&actualWidth, &actualHeight);70 71 68 cout << "Target window size: (" << width << ", " << height << ")" << endl; 72 cout << "Actual window size: (" << actualWidth << ", " << actualHeight<< ")" << endl;69 cout << "Actual window size: (" << gui->getWindowWidth() << ", " << gui->getWindowHeight() << ")" << endl; 73 70 74 71 return RTWO_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.