Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetActiveWidget
Method
SetActiveWidget
src/SFGUI/Widget.cpp:854–856 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
852
}
853
854
void Widget::SetActiveWidget() {
855
SetActiveWidget( shared_from_this() );
856
}
857
858
void Widget::SetActiveWidget( Ptr widget ) {
859
active_widget = widget;
Callers
3
HandleMouseMoveEvent
Method · 0.45
HandleMouseButtonEvent
Method · 0.45
HandleEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected