| 227 | math::Vec mouseDelta; |
| 228 | }; |
| 229 | virtual void onHover(const HoverEvent& e) { |
| 230 | recursePositionEvent(&Widget::onHover, e); |
| 231 | } |
| 232 | |
| 233 | /** Occurs each mouse button press or release. |
| 234 | Recurses. |
nothing calls this directly
no outgoing calls
no test coverage detected