Schnittstelle AxisUse


public interface AxisUse
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Felddetails

    • IGNORE

      static final int IGNORE
      the axis is ignored.
      Siehe auch:
    • X

      static final int X
      the axis is used as the x axis.
      Siehe auch:
    • Y

      static final int Y
      the axis is used as the y axis.
      Siehe auch:
    • DELTA_X

      static final int DELTA_X
      the axis is used as the scroll x delta
      Siehe auch:
    • DELTA_Y

      static final int DELTA_Y
      the axis is used as the scroll y delta
      Siehe auch:
    • PRESSURE

      static final int PRESSURE
      the axis is used for pressure information.
      Siehe auch:
    • XTILT

      static final int XTILT
      the axis is used for x tilt information.
      Siehe auch:
    • YTILT

      static final int YTILT
      the axis is used for y tilt information.
      Siehe auch:
    • WHEEL

      static final int WHEEL
      the axis is used for wheel information.
      Siehe auch:
    • DISTANCE

      static final int DISTANCE
      the axis is used for pen/tablet distance information
      Siehe auch:
    • ROTATION

      static final int ROTATION
      the axis is used for pen rotation information
      Siehe auch:
    • SLIDER

      static final int SLIDER
      the axis is used for pen slider information
      Siehe auch:
    • LAST

      static final int LAST
      a constant equal to the numerically highest axis value.
      Siehe auch: