| 737 | } |
| 738 | |
| 739 | void Widget::HandleMouseButtonEvent( sf::Mouse::Button /*button*/, bool /*press*/, int /*x*/, int /*y*/ ) { |
| 740 | } |
| 741 | |
| 742 | void Widget::HandleKeyEvent( sf::Keyboard::Key /*key*/, sf::Keyboard::Scancode /*scancode*/, bool /*press*/ ) { |
| 743 | } |
nothing calls this directly
no outgoing calls
no test coverage detected