import "fyne.io/fyne/v2/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