Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void VSTWindow::ShowWindow()
102
{
103
#if !BESPOKE_LINUX
104
setAlwaysOnTop(UserPrefs.vst_always_on_top.Get());
105
#endif
106
toFront(true);
107
}
108
109
void VSTWindow::moved()
110
{
Callers
1
Poll
Method · 0.80
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected