Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5391 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_handler.cc


Ignore:
Timestamp:
Oct 16, 2005, 1:37:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more gui-definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_handler.cc

    r5388 r5391  
    4646void GLGuiHandler::activate()
    4747{
    48 //  EventHandler::getInstance()->setState(ES_MENU);
     48  EventHandler::getInstance()->pushState(ES_MENU);
    4949
    5050}
     
    5252void GLGuiHandler::deactivate()
    5353{
     54  EventHandler::getInstance()->popState();
    5455
    5556}
Note: See TracChangeset for help on using the changeset viewer.