Fyne API fyne

fyne


import "fyne.io/fyne"

Usage

type ScrollEvent

type ScrollEvent struct {
	PointEvent
	DeltaX, DeltaY int
}

ScrollEvent defines the parameters of a pointer or other scroll event. The DeltaX and DeltaY represent how large the scroll was in two dimensions.