* A dragged 'object' has been released. * @param pt the point inside the window where the release took place. * @param widget the widget where the release took place. */
| 705 | * @param widget the widget where the release took place. |
| 706 | */ |
| 707 | virtual void OnDragDrop([[maybe_unused]] Point pt, [[maybe_unused]] WidgetID widget) {} |
| 708 | |
| 709 | /** |
| 710 | * Handle the request for (viewport) scrolling. |
no outgoing calls
no test coverage detected