Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 433 Bytes

touchable.md

File metadata and controls

29 lines (22 loc) · 433 Bytes
redirect_to layout tags title
page
api
Fyne API "mobile.Touchable"

mobile.Touchable


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

Usage

type Touchable

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

Touchable represents mobile touch events that can be sent to CanvasObjects