| 762 | } |
| 763 | |
| 764 | void Widget::HandleMouseClick( sf::Mouse::Button /*button*/, int /*x*/, int /*y*/ ) { |
| 765 | } |
| 766 | |
| 767 | void Widget::HandleFocusChange( Widget::Ptr focused_widget ) { |
| 768 | if( ( focused_widget != shared_from_this() ) && ( GetState() == State::ACTIVE ) ) { |
nothing calls this directly
no outgoing calls
no test coverage detected