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

Method IsActiveWidget

src/SFGUI/Widget.cpp:862–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862bool Widget::IsActiveWidget() const {
863 return IsActiveWidget( shared_from_this() );
864}
865
866bool Widget::IsActiveWidget( PtrConst widget ) {
867 if( active_widget.lock() == widget ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected