| 864 | } |
| 865 | |
| 866 | Vec2F MainInterface::cursorWorldPosition() const { |
| 867 | return m_worldPainter->camera().screenToWorld(m_cursorScreenPos); |
| 868 | } |
| 869 | |
| 870 | bool MainInterface::isDebugDisplayed() { |
| 871 | return m_clientCommandProcessor->debugDisplayEnabled(); |
no test coverage detected