Constructor

new(files:Array<DroppedFile>, dx:Int, dy:Int)

Variables

read onlydropX:Int

The X position inside the window at which the file was dropped.

read onlydropY:Int

The Y position inside the window at which the file was dropped.

read onlyfile:Null<DroppedFile>

The first dropped file. Alias to files[0].

read onlyfiles:ReadOnlyArray<DroppedFile>

The list of the files that were dropped.

Only guaranteed to be populated when kind == Drop.