Data type to describe a file-drop event. This event is emitted for application-level windows to notify them of drop events.
Fields
int x The x-position of the mouse pointer at the moment the drop event occurred.
int y The y-position of the mouse pointer at the moment the drop event occurred.
char path[] The file path associated with the drop event.