| 740 | } |
| 741 | |
| 742 | void Widget::HandleKeyEvent( sf::Keyboard::Key /*key*/, sf::Keyboard::Scancode /*scancode*/, bool /*press*/ ) { |
| 743 | } |
| 744 | |
| 745 | void Widget::HandlePositionChange() { |
| 746 | } |
nothing calls this directly
no outgoing calls
no test coverage detected