Changeset 27c40ce in opengl-game for game-gui-sdl.hpp
- Timestamp:
- Sep 12, 2019, 3:29:50 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 7bf5433
- Parents:
- 39278a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
r39278a8 r27c40ce 19 19 void destroyWindow(); 20 20 21 // temporary 22 //int pollEvent(SDL_Event* event); 23 24 /* 25 void processEvents(); 26 27 unsigned char getKeyEvent(unsigned int key); 28 bool isKeyPressed(unsigned int key); 29 30 int pollMouseEvent(MouseEvent* event); 31 */ 32 21 33 #ifdef GAMEGUI_INCLUDE_VULKAN 22 34 bool createVulkanSurface(VkInstance instance, VkSurfaceKHR* surface);
Note:
See TracChangeset
for help on using the changeset viewer.