Fyne API "fyne.ScrollEvent"

fyne.ScrollEvent


import "fyne.io/fyne/v2"

Usage

type ScrollEvent

type ScrollEvent struct {
	PointEvent
	Scrolled Delta
}

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