love.dropmoved

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

Callback function triggered when an in-progress file or folder drag-and-drop operation changes position within the window.

Function

Synopsis

love.dropmoved( x, y )

Arguments

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

Returns

Nothing.

See Also


Other Languages