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