MCPcopy Create free account
hub / github.com/Tracktion/choc / DesktopWindow

Method DesktopWindow

choc/gui/choc_DesktopWindow.h:1053–1053  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

1051
1052//==============================================================================
1053inline DesktopWindow::DesktopWindow (Bounds b) { pimpl = std::make_unique<Pimpl> (*this, b); }
1054inline DesktopWindow::~DesktopWindow() {}
1055
1056inline void* DesktopWindow::getWindowHandle() const { return pimpl->getWindowHandle(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected