ScrollDirection#

class ScrollDirection#

Specifies the direction for scroll events.

Fields#

class ScrollDirection
DOWN#

The surface is scrolled down.

LEFT#

The surface is scrolled to the left.

RIGHT#

The surface is scrolled to the right.

SMOOTH#

The scrolling is determined by the delta values in scroll events. See get_deltas()

UP#

The surface is scrolled up.