Event.getScrollDeltas

Retrieves the scroll deltas from a #GdkEvent

See also: gdk.event.Event.getScrollDirection

class Event
bool
getScrollDeltas
(
out double deltaX
,
out double deltaY
)

Parameters

deltaX double

return location for X delta

deltaY double

return location for Y delta

Return Value

Type: bool

true if the event contains smooth scroll information and false otherwise