love.filedropped

love.filedropped

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

Callback function triggered when a file is dragged and dropped onto the window.

Function

Synopsis

love.filedropped( file )

Arguments

File file
The unopened File object representing the file that was dropped.

Returns

Nothing.

Notes

File:open must be called on the file before reading from or writing to it. File:getFilename will return the full platform-dependent path to the file.

See Also


doc_love
2017-03-21 15:45:59
Comments
Leave a Comment

Please login to continue.