Changeset 8475 in orxonox.OLD for branches/gui/src/story_entities/simple_game_menu.cc
- Timestamp:
- Jun 15, 2006, 4:00:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r8376 r8475 99 99 100 100 box->pack(rdnpb); 101 102 OrxGui::GLGuiPushButton* fullscreen = new OrxGui::GLGuiPushButton("Fullscreen"); 103 fullscreen->connect(SIGNAL(fullscreen, released), GraphicsEngine::getInstance(), SLOT(GraphicsEngine, toggleFullscreen)); 104 105 box->pack(fullscreen); 101 106 102 107 OrxGui::GLGuiInputLine* input = new OrxGui::GLGuiInputLine();
Note: See TracChangeset
for help on using the changeset viewer.