Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
uintptr_t Window::getNativeWindowHandle() const noexcept
408
{
409
return pData->view != nullptr ? puglGetNativeView(pData->view) : 0;
410
}
411
412
double Window::getScaleFactor() const noexcept
413
{
Callers
4
UiLv2
Method · 0.80
getNativeWindowHandle
Function · 0.80
DistrhoUI.cpp
File · 0.80
EmbedExternalExampleUI.cpp
File · 0.80
Calls
1
puglGetNativeView
Function · 0.50
Tested by
no test coverage detected