MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / WindowParametersSetCallback

Function WindowParametersSetCallback

src/override/Window.cpp:1047–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047void WindowParametersSetCallback(rack::window::Window* const window, WindowParametersCallback* const callback)
1048{
1049 window->internal->callback = callback;
1050}
1051
1052void WindowParametersSetValues(rack::window::Window* const window, const WindowParameters& params)
1053{

Callers 1

fInitializerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected