package drop import "opslag.de/schobers/geom" type Dropper interface { WindowHandle() uintptr FilesDropped(geom.PointF32, []string) }