public final class ScrollDirection
extends org.freedesktop.bindings.Constant
EventScroll
. With traditional wheel mice you
will only receive UP and DOWN directions. Most recent mice also allow to
move the wheel right and left, so RIGHT and LEFT directions refer to that.Modifier and Type | Field and Description |
---|---|
static ScrollDirection |
DOWN
The Window is scrolled down.
|
static ScrollDirection |
LEFT
The Window is scrolled to the right.
|
static ScrollDirection |
RIGHT
The Window is scrolled to the left
|
static ScrollDirection |
UP
The Window is scrolled up.
|
public static final ScrollDirection DOWN
public static final ScrollDirection LEFT
public static final ScrollDirection RIGHT
public static final ScrollDirection UP