godot/doc
Markus Sauermann 60aaa017ff Enable Drag and Drop for SubViewports and Windows
Make Drag and Drop an application-wide operation.
This allows do drop on Controls in other Viewports/Windows.

In order to achieve this, `Viewport::_update_mouse_over` is adjusted to
remember the Control, that the mouse is over (possibly within nested
viewports). This Control is used as a basis for the Drop-operation, which
replaces the previous algorithm, which was only aware of the topmost
Viewport.

Also now all nodes in the SceneTree are notified about the Drag and Drop
operation, with the exception of SubViewports that are not children of
SubViewportContainers.
2024-09-15 01:06:02 +02:00
..
classes Enable Drag and Drop for SubViewports and Windows 2024-09-15 01:06:02 +02:00
tools Merge pull request #78656 from Repiteo/typed-dictionary 2024-09-06 22:38:13 +02:00
translations i18n: Sync translations with Weblate 2024-08-14 16:14:54 +02:00
class.xsd Docs: Add missing deprecated/experimental tag support for theme items 2024-09-04 17:49:05 +03:00
Doxyfile
Makefile