MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Deactivate

Method Deactivate

src/SFGUI/Context.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool Context::Deactivate() {
34 if( !active_context ) {
35 return false;
36 }
37
38 active_context = 0;
39 return true;
40}
41
42Context::Context() :
43 m_engine( nullptr )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected