love.dropbegan

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

Callback function triggered when a file or folder is first dragged onto the window, before the user drops it.


This can be used to change the cursor to something indicating a drag-and-drop operation, for example.

Function

Synopsis

love.dropbegan( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages