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

Method setSize

src/window/Window.cpp:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408
409
410void Window::setSize(math::Vec size) {
411 size = size.max(WINDOW_SIZE_MIN);
412 glfwSetWindowSize(win, size.x, size.y);
413}
414
415
416void Window::run() {

Callers 2

PlugWidgetMethod · 0.45
onDragMoveMethod · 0.45

Calls 1

maxMethod · 0.45

Tested by

no test coverage detected