Package ch.bailu.gtk.gdk
Interface AxisFlags
public interface AxisFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Scroll X delta axis is presentstatic final int
Scroll Y delta axis is presentstatic final int
Distance axis is presentstatic final int
Pressure axis is presentstatic final int
Z-axis rotation is presentstatic final int
Slider axis is presentstatic final int
Wheel axis is presentstatic final int
X axis is presentstatic final int
X tilt axis is presentstatic final int
Y axis is presentstatic final int
Y tilt axis is present
-
Field Details
-
X
static final int XX axis is present- See Also:
-
Y
static final int YY axis is present- See Also:
-
DELTA_X
static final int DELTA_XScroll X delta axis is present- See Also:
-
DELTA_Y
static final int DELTA_YScroll Y delta axis is present- See Also:
-
PRESSURE
static final int PRESSUREPressure axis is present- See Also:
-
XTILT
static final int XTILTX tilt axis is present- See Also:
-
YTILT
static final int YTILTY tilt axis is present- See Also:
-
WHEEL
static final int WHEELWheel axis is present- See Also:
-
DISTANCE
static final int DISTANCEDistance axis is present- See Also:
-
ROTATION
static final int ROTATIONZ-axis rotation is present- See Also:
-
SLIDER
static final int SLIDERSlider axis is present- See Also:
-