gdk.scroll_event
Module for [ScrollEvent] class
class ScrollEvent
Types 1
classScrollEvent : gdk.event.Event
An event related to a scrolling motion.
Methods
void getDeltas(out double deltaX, out double deltaY)Extracts the scroll deltas of a scroll event.gdk.types.ScrollDirection getDirection()Extracts the direction of a scroll event. Returns: the scroll direction of eventgdk.types.ScrollUnit getUnit()Extracts the scroll delta unit of a scroll event.bool isStop()Check whether a scroll event is a stop scroll event.