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


Ignore:
Timestamp:
Sep 13, 2019, 2:51:30 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
1fcca9e
Parents:
f6521fb
Message:

Implement processEvents() and pollEvent() for GameGui_GLFW and re-implement the main loop in opengl-game using those functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    rf6521fb rc61323a  
    2222      int pollEvent(UIEvent* event);
    2323
    24       // temporary
    25       //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 
    3624#ifdef GAMEGUI_INCLUDE_VULKAN
    3725      bool createVulkanSurface(VkInstance instance, VkSurfaceKHR* surface);
Note: See TracChangeset for help on using the changeset viewer.