import "fyne.io/fyne/v2"
  

Usage

type SecondaryTappable

  type SecondaryTappable interface {
	TappedSecondary(*PointEvent)
}
  

SecondaryTappable describes a [CanvasObject] that can be right-clicked or long-tapped.