Changeset cb6fabb in opengl-game for game-gui-sdl.hpp
- Timestamp:
- May 1, 2021, 1:52:25 AM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 756162f
- Parents:
- 4a777d2
- git-author:
- Dmitry Portnoy <dportnoy@…> (05/01/21 01:31:53)
- git-committer:
- Dmitry Portnoy <dportnoy@…> (05/01/21 01:52:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
r4a777d2 rcb6fabb 35 35 #endif 36 36 37 SDL_Window* window; 38 37 39 private: 38 SDL_Window* window;40 // SDL_Window* window; 39 41 int windowWidth, windowHeight; 40 42 const Uint8* keyState;
Note:
See TracChangeset
for help on using the changeset viewer.