Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ WindowSetInternalSize
Function
WindowSetInternalSize
src/override/Window.cpp:530–533 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
}
529
530
void WindowSetInternalSize(rack::window::Window* const window, math::Vec size) {
531
size = size.max(WINDOW_SIZE_MIN);
532
window->internal->size = size;
533
}
534
535
536
void Window::run() {
Callers
1
onResize
Function · 0.50
Calls
1
max
Method · 0.45
Tested by
no test coverage detected