MCPcopy 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
308uintptr_t EmbedWidget::getNativeWindowId() const
309{
310 #ifdef HAVE_X11
311 return pData->window;
312 #else
313 return 0;
314 #endif
315}
316
317void EmbedWidget::draw(const DrawArgs& args)
318{

Callers 1

onActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected