Event.getScrollDeltas

Retrieves the scroll deltas from a gdk.Event

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

Meta