Changeset c61323a in opengl-game for game-gui-sdl.hpp
- Timestamp:
- Sep 13, 2019, 2:51:30 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 1fcca9e
- Parents:
- f6521fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
rf6521fb rc61323a 22 22 int pollEvent(UIEvent* event); 23 23 24 // temporary25 //int pollEvent(SDL_Event* event);26 27 /*28 void processEvents();29 30 unsigned char getKeyEvent(unsigned int key);31 bool isKeyPressed(unsigned int key);32 33 int pollMouseEvent(MouseEvent* event);34 */35 36 24 #ifdef GAMEGUI_INCLUDE_VULKAN 37 25 bool createVulkanSurface(VkInstance instance, VkSurfaceKHR* surface);
Note:
See TracChangeset
for help on using the changeset viewer.