MCPcopy Create free account
hub / github.com/chrxh/alien / updateWindowSize

Method updateWindowSize

source/Gui/WindowController.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void WindowController::updateWindowSize()
194{
195 glfwGetWindowSize(_windowData.window, &_sizeInWindowedMode.x, &_sizeInWindowedMode.y);
196}
197
198std::string WindowController::createLogString(GLFWvidmode const& videoMode)
199{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected