Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2006, 11:35:21 PM (18 years ago)
Author:
bensch
Message:

focusable widgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/simple_game_menu.cc

    r7876 r7880  
    6767  pb->setAbsCoor2D(50, 50);
    6868
    69   OrxGui::GLGuiCursor* cursor = new OrxGui::GLGuiCursor();
    70   cursor->show();
     69  OrxGui::GLGuiHandler::getInstance()->activateCursor();
    7170
    7271  if (root != NULL)
     
    315314  GameWorld::tick();
    316315
     316  // Make the GLGui tick.
     317  OrxGui::GLGuiHandler::getInstance()->tick(this->dtS);
     318
    317319  this->animateScene(this->dtS);
    318320}
Note: See TracChangeset for help on using the changeset viewer.