fynefyne.io/fyne/driver/mobile Index | Files

package mobile

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

Index

Types

type TouchEvent

type TouchEvent struct {
	fyne.PointEvent
}

TouchEvent contains data relating to mobile touch events

type Touchable

type Touchable interface {
	TouchDown(*TouchEvent)
	TouchUp(*TouchEvent)
	TouchCancel(*TouchEvent)
}

Touchable represents mobile touch events that can be sent to CanvasObjects

Source Files

touch.go

Version
v1.2.1
Published
Dec 24, 2019
Platform
windows/amd64
Imports
1 packages
Last checked
1 minute ago

Tools for package owners.