Fyne API fyne

fyne


import "fyne.io/fyne"

Usage

type Draggable

type Draggable interface {
	Dragged(*DragEvent)
	DragEnd()
}

Draggable indicates that a CanvasObject can be dragged. This is used for any item that the user has indicated should be moved across the screen.