Interface InputSource


public interface InputSource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the device is a keyboard.
    static final int
    the device is a mouse.
    static final int
    the device is a stylus of a graphics tablet or similar device.
    static final int
    the device is a "pad", a collection of buttons,
    rings and strips found in drawing tablets
    static final int
    the device is an indirect touch device, such
    as a touchpad
    static final int
    the device is a direct-input touch device, such
    as a touchscreen or tablet
    static final int
    the device is a trackpoint
  • Field Details

    • MOUSE

      static final int MOUSE
      the device is a mouse. (This will be reported for the core
      pointer, even if it is something else, such as a trackball.)
      See Also:
    • PEN

      static final int PEN
      the device is a stylus of a graphics tablet or similar device.
      See Also:
    • KEYBOARD

      static final int KEYBOARD
      the device is a keyboard.
      See Also:
    • TOUCHSCREEN

      static final int TOUCHSCREEN
      the device is a direct-input touch device, such
      as a touchscreen or tablet
      See Also:
    • TOUCHPAD

      static final int TOUCHPAD
      the device is an indirect touch device, such
      as a touchpad
      See Also:
    • TRACKPOINT

      static final int TRACKPOINT
      the device is a trackpoint
      See Also:
    • TABLET_PAD

      static final int TABLET_PAD
      the device is a "pad", a collection of buttons,
      rings and strips found in drawing tablets
      See Also: