Package ch.bailu.gtk.gdk
Schnittstelle AxisUse
public interface AxisUse
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
IGNORE
static final int IGNOREthe axis is ignored.- Siehe auch:
-
X
static final int Xthe axis is used as the x axis.- Siehe auch:
-
Y
static final int Ythe axis is used as the y axis.- Siehe auch:
-
DELTA_X
static final int DELTA_Xthe axis is used as the scroll x delta- Siehe auch:
-
DELTA_Y
static final int DELTA_Ythe axis is used as the scroll y delta- Siehe auch:
-
PRESSURE
static final int PRESSUREthe axis is used for pressure information.- Siehe auch:
-
XTILT
static final int XTILTthe axis is used for x tilt information.- Siehe auch:
-
YTILT
static final int YTILTthe axis is used for y tilt information.- Siehe auch:
-
WHEEL
static final int WHEELthe axis is used for wheel information.- Siehe auch:
-
DISTANCE
static final int DISTANCEthe axis is used for pen/tablet distance information- Siehe auch:
-
ROTATION
static final int ROTATIONthe axis is used for pen rotation information- Siehe auch:
-
SLIDER
static final int SLIDERthe axis is used for pen slider information- Siehe auch:
-
LAST
static final int LASTa constant equal to the numerically highest axis value.- Siehe auch:
-