MCPcopy Create free account
hub / github.com/DISTRHO/DPF / getNativeWindowHandle

Method getNativeWindowHandle

dgl/src/Window.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405#endif
406
407uintptr_t Window::getNativeWindowHandle() const noexcept
408{
409 return pData->view != nullptr ? puglGetNativeView(pData->view) : 0;
410}
411
412double Window::getScaleFactor() const noexcept
413{

Callers 4

UiLv2Method · 0.80
getNativeWindowHandleFunction · 0.80
DistrhoUI.cppFile · 0.80

Calls 1

puglGetNativeViewFunction · 0.50

Tested by

no test coverage detected