Interface SeatCapabilities


public interface SeatCapabilities
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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
  • Field Details