Changeset c61323a in opengl-game for game-gui-sdl.cpp
- Timestamp:
- Sep 13, 2019, 2:51:30 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 1fcca9e
- Parents:
- f6521fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.cpp
rf6521fb rc61323a 7 7 8 8 using namespace std; 9 10 /*11 // Temporary to allow the program using this class to receive events other than keyboard events12 // Remove once I add a better game-gui wrapper for doing that13 queue<SDL_Event> events;14 15 queue<MouseEvent> mouseEvents;16 */17 9 18 10 string GameGui_SDL::s_errorMessage; … … 116 108 case SDL_AUDIODEVICEADDED: 117 109 case SDL_AUDIODEVICEREMOVED: 110 case SDL_TEXTEDITING: // TODO: Research this one later 118 111 event = nullptr; 119 112 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.