Event.getScrollDeltas

bool getScrollDeltas(out double deltaX, out double deltaY)

Retrieves the scroll deltas from a #GdkEvent

See also: [gdk.event.Event.getScrollDirection]

Parameters

deltaXreturn location for X delta
deltaYreturn location for Y delta

Returns

true if the event contains smooth scroll information

and false otherwise