love.dropcompleted

Available since LÖVE 12.0
This function is not supported in earlier versions.

Callback function triggered when a file or folder is done being dragged and dropped into the window.

Function

Synopsis

love.dropcompleted( x, y )

Arguments

number x
The x coordinate of the final position of the drag-and-drop operation, within the window.
number y
The y coordinate of the final position of the drag-and-drop operation, within the window.

Returns

Nothing.

See Also


Other Languages