* An 'object' is being dragged at the provided position, highlight the target if possible. * @param pt The point inside the window that the mouse hovers over. * @param widget The widget the mouse hovers over. */
| 698 | * @param widget The widget the mouse hovers over. |
| 699 | */ |
| 700 | virtual void OnMouseDrag([[maybe_unused]] Point pt, [[maybe_unused]] WidgetID widget) {} |
| 701 | |
| 702 | /** |
| 703 | * A dragged 'object' has been released. |
no outgoing calls
no test coverage detected