Changes in opengl-game.cpp [c6fec84:a0da009] in opengl-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • opengl-game.cpp

    rc6fec84 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.