Interface AxisUse


public interface AxisUse
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the axis is used as the scroll x delta
    static final int
    the axis is used as the scroll y delta
    static final int
    the axis is used for pen/tablet distance information
    static 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 information
    static final int
    the axis is used for pen slider information
    static 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