Package ch.bailu.gtk.gdk
Schnittstelle AxisFlags
public interface AxisFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intScroll X delta axis is presentstatic final intScroll Y delta axis is presentstatic final intDistance axis is presentstatic final intPressure axis is presentstatic final intZ-axis rotation is presentstatic final intSlider axis is presentstatic final intWheel axis is presentstatic final intX axis is presentstatic final intX tilt axis is presentstatic final intY axis is presentstatic final intY tilt axis is present
-
Felddetails
-
X
static final int XX axis is present- Siehe auch:
-
Y
static final int YY axis is present- Siehe auch:
-
DELTA_X
static final int DELTA_XScroll X delta axis is present- Siehe auch:
-
DELTA_Y
static final int DELTA_YScroll Y delta axis is present- Siehe auch:
-
PRESSURE
static final int PRESSUREPressure axis is present- Siehe auch:
-
XTILT
static final int XTILTX tilt axis is present- Siehe auch:
-
YTILT
static final int YTILTY tilt axis is present- Siehe auch:
-
WHEEL
static final int WHEELWheel axis is present- Siehe auch:
-
DISTANCE
static final int DISTANCEDistance axis is present- Siehe auch:
-
ROTATION
static final int ROTATIONZ-axis rotation is present- Siehe auch:
-
SLIDER
static final int SLIDERSlider axis is present- Siehe auch:
-