Changeset b8d4456 in opengl-game for game-gui.hpp
- Timestamp:
- Jun 8, 2020, 6:49:39 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- 4e705d6
- Parents:
- 4a9416a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui.hpp
r4a9416a rb8d4456 35 35 struct MouseEvent { 36 36 EventType type; 37 int x; 38 int y; 37 39 /* 38 40 int button; 39 41 int action; 40 int x;41 int y;42 42 */ 43 43 };
Note:
See TracChangeset
for help on using the changeset viewer.