Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
410
void Window::setSize(math::Vec size) {
411
size = size.max(WINDOW_SIZE_MIN);
412
glfwSetWindowSize(win, size.x, size.y);
413
}
414
415
416
void Window::run() {
Callers
2
PlugWidget
Method · 0.45
onDragMove
Method · 0.45
Calls
1
max
Method · 0.45
Tested by
no test coverage detected