MCPcopy 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
854void Widget::SetActiveWidget() {
855 SetActiveWidget( shared_from_this() );
856}
857
858void Widget::SetActiveWidget( Ptr widget ) {
859 active_widget = widget;

Callers 3

HandleMouseMoveEventMethod · 0.45
HandleEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected