MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ShowWindow

Method ShowWindow

Source/VSTWindow.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void VSTWindow::ShowWindow()
102{
103#if !BESPOKE_LINUX
104 setAlwaysOnTop(UserPrefs.vst_always_on_top.Get());
105#endif
106 toFront(true);
107}
108
109void VSTWindow::moved()
110{

Callers 1

PollMethod · 0.80

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected