Package ch.bailu.gtk.gdk
Interface AxisUse
public interface AxisUse
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the axis is used as the scroll x deltastatic final int
the axis is used as the scroll y deltastatic final int
the axis is used for pen/tablet distance informationstatic final int
the axis is ignored.static final int
a constant equal to the numerically highest axis value.static final int
the axis is used for pressure information.static final int
the axis is used for pen rotation informationstatic final int
the axis is used for pen slider informationstatic final int
the axis is used for wheel information.static final int
the axis is used as the x axis.static final int
the axis is used for x tilt information.static final int
the axis is used as the y axis.static final int
the axis is used for y tilt information.
-
Field Details
-
IGNORE
static final int IGNOREthe axis is ignored.- See Also:
-
X
static final int Xthe axis is used as the x axis.- See Also:
-
Y
static final int Ythe axis is used as the y axis.- See Also:
-
DELTA_X
static final int DELTA_Xthe axis is used as the scroll x delta- See Also:
-
DELTA_Y
static final int DELTA_Ythe axis is used as the scroll y delta- See Also:
-
PRESSURE
static final int PRESSUREthe axis is used for pressure information.- See Also:
-
XTILT
static final int XTILTthe axis is used for x tilt information.- See Also:
-
YTILT
static final int YTILTthe axis is used for y tilt information.- See Also:
-
WHEEL
static final int WHEELthe axis is used for wheel information.- See Also:
-
DISTANCE
static final int DISTANCEthe axis is used for pen/tablet distance information- See Also:
-
ROTATION
static final int ROTATIONthe axis is used for pen rotation information- See Also:
-
SLIDER
static final int SLIDERthe axis is used for pen slider information- See Also:
-
LAST
static final int LASTa constant equal to the numerically highest axis value.- See Also:
-