Changeset f6521fb in opengl-game for game-gui-sdl.hpp


Ignore:
Timestamp:
Sep 13, 2019, 1:30:24 AM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
c61323a
Parents:
203ab1b
Message:

Add processEvents() and pollEvent() to GameGui, implement them for GameGui_SDL, and add a union for different event types, similar to the SDL_Event union

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    r203ab1b rf6521fb  
    1818      void* createWindow(const string& title, int width, int height, bool fullscreen);
    1919      void destroyWindow();
     20
     21      void processEvents();
     22      int pollEvent(UIEvent* event);
    2023
    2124      // temporary
Note: See TracChangeset for help on using the changeset viewer.