Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 4:55:00 PM (18 years ago)
Author:
bensch
Message:

gui: enter-event handled in inputLine

File:
1 edited

Legend:

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

    r8475 r8479  
    100100    box->pack(rdnpb);
    101101
    102     OrxGui::GLGuiPushButton* fullscreen = new OrxGui::GLGuiPushButton("Fullscreen");
    103     fullscreen->connect(SIGNAL(fullscreen, released), GraphicsEngine::getInstance(), SLOT(GraphicsEngine, toggleFullscreen));
     102    OrxGui::GLGuiCheckButton* fullscreen = new OrxGui::GLGuiCheckButton("Fullscreen");
     103    fullscreen->connect(SIGNAL(fullscreen, toggled), GraphicsEngine::getInstance(), SLOT(GraphicsEngine, setFullscreen));
    104104
    105105    box->pack(fullscreen);
Note: See TracChangeset for help on using the changeset viewer.