Function MainLoop._dropFiles
Called when files are dragged from the OS file manager and dropped in the game window. The arguments are a list of file paths and the identifier of the screen where the drag originated.
void _dropFiles
(
const(PoolArray!(godot.core.string.String)) files,
const(long) from_screen
) nothrow @nogc;