MCPcopy 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
530void WindowSetInternalSize(rack::window::Window* const window, math::Vec size) {
531 size = size.max(WINDOW_SIZE_MIN);
532 window->internal->size = size;
533}
534
535
536void Window::run() {

Callers 1

onResizeFunction · 0.50

Calls 1

maxMethod · 0.45

Tested by

no test coverage detected