MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / OnDragDrop

Method OnDragDrop

src/window_gui.h:707–707  ·  view source on GitHub ↗

* 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. */

Source from the content-addressed store, hash-verified

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.

Callers 1

HandleMouseDragDropFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected