| 30 | } |
| 31 | |
| 32 | void WidgetInput::_riseMouseLostFocus(Widget* _new) |
| 33 | { |
| 34 | onMouseLostFocus(_new); |
| 35 | eventMouseLostFocus(static_cast<Widget*>(this), _new); |
| 36 | } |
| 37 | |
| 38 | void WidgetInput::_riseMouseSetFocus(Widget* _old) |
| 39 | { |
no outgoing calls
no test coverage detected