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

Method getActiveContext

src/SFML/Window/GlContext.cpp:701–704  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

699
700////////////////////////////////////////////////////////////
701const GlContext* GlContext::getActiveContext()
702{
703 return GlContextImpl::CurrentContext::get().ptr;
704}
705
706
707////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected