Changeset 27c40ce in opengl-game for consts.hpp


Ignore:
Timestamp:
Sep 12, 2019, 3:29:50 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
7bf5433
Parents:
39278a8
Message:

Update vulkangame to correctly display a window in Windows and add some commented-out code for a generic system for processing UI events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • consts.hpp

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