Changeset 27c40ce in opengl-game for game-gui-sdl.hpp


Ignore:
Timestamp:
Sep 12, 2019, 3:29:50 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
7bf5433
Parents:
39278a8
Message:

Update vulkangame to correctly display a window in Windows and add some commented-out code for a generic system for processing UI events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    r39278a8 r27c40ce  
    1919      void destroyWindow();
    2020
     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
    2133#ifdef GAMEGUI_INCLUDE_VULKAN
    2234      bool createVulkanSurface(VkInstance instance, VkSurfaceKHR* surface);
Note: See TracChangeset for help on using the changeset viewer.