Changeset 83b5b4b in opengl-game for game-gui.hpp
- 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.hpp
r5b02676 r83b5b4b 41 41 }; 42 42 43 struct WindowResizeEvent { 44 EventType type; 45 int width; 46 int height; 47 }; 48 43 49 struct UnknownEvent { 44 50 EventType type; … … 51 57 KeyEvent key; 52 58 MouseEvent mouse; 59 WindowResizeEvent windowResize; 53 60 UnknownEvent unknown; 54 61 };
Note:
See TracChangeset
for help on using the changeset viewer.