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

Method HandleMouseClick

src/SFGUI/Widget.cpp:764–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764void Widget::HandleMouseClick( sf::Mouse::Button /*button*/, int /*x*/, int /*y*/ ) {
765}
766
767void Widget::HandleFocusChange( Widget::Ptr focused_widget ) {
768 if( ( focused_widget != shared_from_this() ) && ( GetState() == State::ACTIVE ) ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected