Fyne API "mobile.Touchable"
mobile.Touchable
import "fyne.io/fyne/driver/mobile"
Usage
type Touchable
type Touchable interface {
TouchDown(*TouchEvent)
TouchUp(*TouchEvent)
TouchCancel(*TouchEvent)
}
Touchable represents mobile touch events that can be sent to CanvasObjects