Fyne API fyne
fyne
import "fyne.io/fyne"
Usage
type Tappable
type Tappable interface {
Tapped(*PointEvent)
TappedSecondary(*PointEvent)
}
Tappable describes any CanvasObject that can also be tapped. This should be implemented by buttons etc that wish to handle pointer interactions.