Changeset c61323a in opengl-game for consts.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
  • consts.hpp

    rf6521fb rc61323a  
    1212constexpr unsigned char GUI_FLAGS_WINDOW_FULLSCREEN { 1 << 0 };
    1313
    14 /*
    15 constexpr unsigned char RTWO_KEY_EVENT_NONE { 0 };
    16 constexpr unsigned char RTWO_KEY_EVENT_PRESSED { 1 };
    17 constexpr unsigned char RTWO_KEY_EVENT_RELEASED { 2 };
    18 */
    19 
    2014#endif // _RTWO_CONSTS_H
Note: See TracChangeset for help on using the changeset viewer.