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

Usage

type TouchDownEvent

  type TouchDownEvent struct {
	Position fyne.Position
	ID       int
}
  

TouchDownEvent is for indicating that an embedded device touch screen or pointing device was pressed.

Since: 2.7