| 1001 | } |
| 1002 | |
| 1003 | void EditorMode::displayText(const Ogre::ColourValue& txtColour, const std::string& txt) |
| 1004 | { |
| 1005 | TextRenderer& textRenderer = TextRenderer::getSingleton(); |
| 1006 | textRenderer.setColor(ODApplication::POINTER_INFO_STRING, txtColour); |
| 1007 | textRenderer.setText(ODApplication::POINTER_INFO_STRING, txt); |
| 1008 | } |
| 1009 | |
| 1010 | void EditorMode::checkInputCommand() |
| 1011 | { |