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

Method getActiveContextId

src/SFML/Window/Context.cpp:124–127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

122
123////////////////////////////////////////////////////////////
124std::uint64_t Context::getActiveContextId()
125{
126 return priv::GlContext::getActiveContextId();
127}
128
129
130////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected