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

Usage

type Movable

  type Movable interface {
	TouchMoved(*TouchEvent)
}
  

Movable represents a mobile touch event dragging across the screen. Where multiple fingers are moving then will be reported as different events. The ID of the TouchEvent indicates which finger moved.

Since: 2.8