Changeset 1653 for code/branches/gui/src/orxonox/overlays/console
- Timestamp:
- Aug 5, 2008, 9:50:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc
r1642 r1653 147 147 { 148 148 // create the corresponding input state 149 InputManager::getInstance().create SimpleInputState("console", 40)149 InputManager::getInstance().createInputState<SimpleInputState>("console", 40) 150 150 ->setKeyHandler(Shell::getInstance().getInputBuffer()); 151 151 … … 219 219 this->consoleOverlayContainer_->addChild(this->consoleOverlayNoise_); 220 220 221 this->windowResized(GraphicsEngine::get Singleton().getWindowWidth(), GraphicsEngine::getSingleton().getWindowHeight());221 this->windowResized(GraphicsEngine::getInstance().getWindowWidth(), GraphicsEngine::getInstance().getWindowHeight()); 222 222 223 223 // move overlay "above" the top edge of the screen
Note: See TracChangeset
for help on using the changeset viewer.