MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / GetWindowObject

Method GetWindowObject

Source/Engine/StratusWindow.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void * Window::GetWindowObject() const {
164 auto sl = std::shared_lock<std::shared_mutex>(m_);
165 return (void *)window_;
166 }
167}

Callers 3

InitializeMethod · 0.80
MakeContextCurrentMethod · 0.80
SwapBuffersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected