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.

struct MainLoop
@nogc nothrow
void
_dropFiles
(
in PoolStringArray files
,
in long from_screen
)

Meta