| 191 | } |
| 192 | |
| 193 | void WindowController::updateWindowSize() |
| 194 | { |
| 195 | glfwGetWindowSize(_windowData.window, &_sizeInWindowedMode.x, &_sizeInWindowedMode.y); |
| 196 | } |
| 197 | |
| 198 | std::string WindowController::createLogString(GLFWvidmode const& videoMode) |
| 199 | { |
nothing calls this directly
no outgoing calls
no test coverage detected