gdk.scroll_event

Module for [ScrollEvent] class

Types 1

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 event
gdk.types.ScrollUnit getUnit()Extracts the scroll delta unit of a scroll event.
bool isStop()Check whether a scroll event is a stop scroll event.
Constructors
this(void * ptr, Flag!"Take" take)