Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetActiveWidget
Method
GetActiveWidget
src/SFGUI/Context.cpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
std::shared_ptr<Widget> Context::GetActiveWidget() const {
76
return m_active_widget.lock();
77
}
78
79
}
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected