| 55 | GLFWwindow* WindowSystem::getWindow() const { return m_window; } |
| 56 | |
| 57 | std::array<int, 2> WindowSystem::getWindowSize() const { return std::array<int, 2>({m_width, m_height}); } |
| 58 | |
| 59 | void WindowSystem::setFocusMode(bool mode) |
| 60 | { |
no outgoing calls
no test coverage detected