Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 12:07:51 PM (18 years ago)
Author:
bensch
Message:

event-listening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/gui/gl/glgui_handler.cc

    r9546 r9554  
    4444    this->setName("GLGuiHandler");
    4545
     46    this->_resolution = Vector2D(GraphicsEngine::getInstance()->getResolutionX(), GraphicsEngine::getInstance()->getResolutionY());
    4647
    4748    EventHandler::getInstance()->withUNICODE(ES_MENU, true );
     
    9192  void GLGuiHandler::activate()
    9293  {
    93     this->_resolution = Vector2D(GraphicsEngine::getInstance()->getResolutionX(), GraphicsEngine::getInstance()->getResolutionY());
    9494    //EventHandler::getInstance()->pushState(ES_MENU);
    9595
Note: See TracChangeset for help on using the changeset viewer.