Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ getNativeWindowId
Method
getNativeWindowId
plugins/Cardinal/src/EmbedWidget.cpp:308–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
uintptr_t EmbedWidget::getNativeWindowId() const
309
{
310
#ifdef HAVE_X11
311
return pData->window;
312
#else
313
return 0;
314
#endif
315
}
316
317
void EmbedWidget::draw(const DrawArgs& args)
318
{
Callers
1
onAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected