MCPcopy Create free account
hub / github.com/VCVRack/Rack / getSize

Method getSize

src/window/Window.cpp:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401
402
403math::Vec Window::getSize() {
404 int width, height;
405 glfwGetWindowSize(win, &width, &height);
406 return math::Vec(width, height);
407}
408
409
410void Window::setSize(math::Vec size) {

Callers

nothing calls this directly

Calls 1

VecClass · 0.85

Tested by

no test coverage detected