Represents a file-drop event, typically received from Windows Explorer or Mac OS X Finder.
Returns the X coordinate measured in points of the mouse during the event.
Returns the Y coordinate measured in points of the mouse during the event.
Returns the coordinates measured in points of the mouse during the event.
Returns the vector of file paths which were dropped.
Returns the number of files dropped during the event.
Returns the path for file number index .
Returns whether this event has been marked as handled by one of its slots, terminating the normal iteration of the event's slots.
Marks the event as handled, terminating the normal iteration of the event's slots.
Returns the Window in which the MouseEvent occurred.