package mobile
import "fyne.io/fyne/driver/mobile"
Index ¶
Types ¶
type Device ¶
type Device interface { ShowVirtualKeyboard() // Request that the mobile device show the touch screen keyboard (standard layout) HideVirtualKeyboard() // Request that the mobile device dismiss the touch screen keyboard }
Device describes functionality only available on mobile
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 ¶
device.go touch.go
- Version
- v1.2.4
- Published
- Apr 13, 2020
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 3 hours ago –
Tools for package owners.