Changeset a0da009 in opengl-game for opengl-game.cpp


Ignore:
Timestamp:
Oct 1, 2019, 2:48:30 AM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
40995d3
Parents:
fa9fa1c
Message:

Add a window resize callback in gamegui and add an unknown event type for events that aren't currently handeld

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opengl-game.cpp

    rfa9fa1c ra0da009  
    125125               }
    126126               break;
     127            case UI_EVENT_WINDOWRESIZE:
     128               cout << "Window resize event detected" << endl;
     129               break;
    127130            default:
    128131               cout << "Unhandled UI event: " << e.type << endl;
Note: See TracChangeset for help on using the changeset viewer.