import "fyne.io/fyne/v2/driver/embedded"
  

Usage

type TouchUpEvent

  type TouchUpEvent struct {
	Position fyne.Position
	ID       int
}
  

TouchUpEvent is for indicating that an embedded device touch screen or pointing device was released.

Since: 2.7