<drag_drop>

Executes the specified actions when an image is dropped (mouse button is released) or exceeds the boundaries defined in <edge_detection> while being moved using <drag_info>.

This tag makes the following variables available:

drag_x – the X axis position of the center of the image.
drag_y – the Y axis position of the center of the image.
drag_distance – the distance in pixels between the center of the image and the focal point defined by <focalX> and <focalY>.
drag_name – the name of the image that is being dragged.

Child of: <image name="">
Example:

<drag_drop>
            <title>
                        <text>DROPPED: %drag_x%, %drag_y%</text>
                        <width>300</width>
                        <height>50</height>
                        <x>0</x>
                        <y>0</y>
                        <font_size>20</font_size>
                        <font>Arial</font>
                        <text_color>#FFFFFF</text_color>
            </title>
            ...
</drag_drop>