Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2006, 5:56:17 PM (18 years ago)
Author:
bensch
Message:

gui: removed the grab-event, and using Rect now

File:
1 edited

Legend:

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

    r7924 r7925  
    6666  /// GUI
    6767  ///(this is as modular as it is possible).
    68   /*
    6968  OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME");
    7069  pb->connectSignal(OrxGui::Signal_release, this, createExecutor<SimpleGameMenu>(&SimpleGameMenu::enterGui));
     
    7473  OrxGui::GLGuiHandler::getInstance()->activateCursor();
    7574  OrxGui::GLGuiHandler::getInstance()->activate();
    76   */
    7775  /////
    7876
Note: See TracChangeset for help on using the changeset viewer.