| 734 | } |
| 735 | |
| 736 | void Widget::HandleMouseMoveEvent( int /*x*/, int /*y*/ ) { |
| 737 | } |
| 738 | |
| 739 | void Widget::HandleMouseButtonEvent( sf::Mouse::Button /*button*/, bool /*press*/, int /*x*/, int /*y*/ ) { |
| 740 | } |
nothing calls this directly
no outgoing calls
no test coverage detected