Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
403
math::Vec Window::getSize() {
404
int width, height;
405
glfwGetWindowSize(win, &width, &height);
406
return math::Vec(width, height);
407
}
408
409
410
void Window::setSize(math::Vec size) {
Callers
nothing calls this directly
Calls
1
Vec
Class · 0.85
Tested by
no test coverage detected