Changeset 1ce9afe in opengl-game for game-gui-sdl.hpp


Ignore:
Timestamp:
Sep 2, 2019, 7:40:49 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
7fc5e27
Parents:
301d0d4
Message:

Add a fullscreen flag to GameGui::CreateWindow and implement fullscreen functionality and the ability to detect key presses in openglgame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    r301d0d4 r1ce9afe  
    1616      void Shutdown();
    1717
    18       void* CreateWindow(const string& title, unsigned int width, unsigned int height);
     18      void* CreateWindow(const string& title, unsigned int width, unsigned int height, bool fullscreen);
    1919      void DestroyWindow();
    2020
Note: See TracChangeset for help on using the changeset viewer.