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

Method SetEngine

src/SFGUI/Context.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void Context::SetEngine( Engine& engine ) {
68 m_engine = &engine;
69}
70
71void Context::SetActiveWidget( std::shared_ptr<Widget> widget ) {
72 m_active_widget = widget;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected