Changeset 7895 in orxonox.OLD for branches/gui/src/lib/shell/shell.cc
- Timestamp:
- May 27, 2006, 5:29:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/shell/shell.cc
r7868 r7895 70 70 this->subscribeEvent(ES_SHELL, SDLK_PAGEDOWN); 71 71 this->subscribeEvent(ES_SHELL, EV_VIDEO_RESIZE); 72 EventHandler::getInstance()->withUNICODE(ES_SHELL, true); 72 73 73 74 // BUFFER … … 83 84 this->textSize = 15; 84 85 this->lineSpacing = 0; 85 this->bActive = true;86 this->bActive = false; 86 87 this->fontFile = SHELL_DEFAULT_FONT; 87 88 … … 121 122 122 123 EventHandler::getInstance()->pushState(ES_SHELL); 123 EventHandler::getInstance()->withUNICODE(true);124 124 125 125 this->setRelCoorSoft2D(0, 0, 5); … … 152 152 this->deactivate2D(); 153 153 154 EventHandler::getInstance()->withUNICODE(false);155 154 EventHandler::getInstance()->popState(); 156 155
Note: See TracChangeset
for help on using the changeset viewer.