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

Method CurrentContext

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

Private constructor to prevent CurrentContext from being constructed outside of get()

Source from the content-addressed store, hash-verified

186private:
187 // Private constructor to prevent CurrentContext from being constructed outside of get()
188 CurrentContext() = default;
189};
190} // namespace GlContextImpl
191} // namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected