MCPcopy Create free account
hub / github.com/SFML/SFML / getNativeHandle

Method getNativeHandle

src/SFML/Window/WindowBase.cpp:343–346  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

341
342////////////////////////////////////////////////////////////
343WindowHandle WindowBase::getNativeHandle() const
344{
345 return m_impl ? m_impl->getNativeHandle() : WindowHandle{};
346}
347
348
349////////////////////////////////////////////////////////////

Callers 1

EglContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected