Changeset 8015 for code/branches/tutorial/src/orxonox/overlays
- Timestamp:
- Mar 3, 2011, 4:33:13 PM (14 years ago)
- Location:
- code/branches/tutorial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial
- Property svn:mergeinfo changed
/code/branches/usability (added) merged: 8013
- Property svn:mergeinfo changed
-
code/branches/tutorial/src/orxonox/overlays/InGameConsole.cc
r7985 r8015 513 513 this->bActive_ = true; 514 514 InputManager::getInstance().enterState("console"); 515 GUIManager::getInstance().getLuaState()->doString("inGameConsoleOpened()"); // Notify the SheetManager in lua, that the console has been closed.516 515 this->shell_->registerListener(this); 517 516 … … 612 611 /*static*/ void InGameConsole::closeConsole() 613 612 { 613 GUIManager::getInstance().getLuaState()->doString("inGameConsoleClosed()"); // Notify the SheetManager in lua, that the console has been closed, but not by ESC. 614 614 InGameConsole::getInstance().deactivate(); 615 615 }
Note: See TracChangeset
for help on using the changeset viewer.