Schnittstelle SeatCapabilities


public interface SeatCapabilities
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The union of all capabilities
    static final int
    The union of all pointing capabilities
    static final int
    The seat has keyboard(s) attached
    static final int
    No input capabilities
    static final int
    The seat has a pointer (e.g. mouse)
    static final int
    The seat has drawing tablet pad(s) attached
    static final int
    The seat has drawing tablet(s) attached
    static final int
    The seat has touchscreen(s) attached
  • Felddetails

    • NONE

      static final int NONE
      No input capabilities
      Siehe auch:
    • POINTER

      static final int POINTER
      The seat has a pointer (e.g. mouse)
      Siehe auch:
    • TOUCH

      static final int TOUCH
      The seat has touchscreen(s) attached
      Siehe auch:
    • TABLET_STYLUS

      static final int TABLET_STYLUS
      The seat has drawing tablet(s) attached
      Siehe auch:
    • KEYBOARD

      static final int KEYBOARD
      The seat has keyboard(s) attached
      Siehe auch:
    • TABLET_PAD

      static final int TABLET_PAD
      The seat has drawing tablet pad(s) attached
      Siehe auch:
    • ALL_POINTING

      static final int ALL_POINTING
      The union of all pointing capabilities
      Siehe auch:
    • ALL

      static final int ALL
      The union of all capabilities
      Siehe auch: