Changeset d8cf709 in opengl-game for gui/game-screen.hpp


Ignore:
Timestamp:
Feb 13, 2021, 11:41:39 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
c6f0793
Parents:
8b823e7
Message:

Change UIEvent to also include the original event from the UI library the game gui is currently using, such as SDL or GLFW.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/game-screen.hpp

    r8b823e7 rd8cf709  
    1313      void createRenderCommands(VkCommandBuffer& commandBuffer, uint32_t currentImage) override;
    1414
    15       void handleEvent(UIEvent& e) override;
     15      void handleEvent(GameEvent& e) override;
    1616};
    1717
Note: See TracChangeset for help on using the changeset viewer.