Package ch.bailu.gtk.gdk
Schnittstelle SeatCapabilities
public interface SeatCapabilities
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The union of all capabilitiesstatic final int
The union of all pointing capabilitiesstatic final int
The seat has keyboard(s) attachedstatic final int
No input capabilitiesstatic final int
The seat has a pointer (e.g. mouse)static final int
The seat has drawing tablet pad(s) attachedstatic final int
The seat has drawing tablet(s) attachedstatic final int
The seat has touchscreen(s) attached
-
Felddetails
-
NONE
static final int NONENo input capabilities- Siehe auch:
-
POINTER
static final int POINTERThe seat has a pointer (e.g. mouse)- Siehe auch:
-
TOUCH
static final int TOUCHThe seat has touchscreen(s) attached- Siehe auch:
-
TABLET_STYLUS
static final int TABLET_STYLUSThe seat has drawing tablet(s) attached- Siehe auch:
-
KEYBOARD
static final int KEYBOARDThe seat has keyboard(s) attached- Siehe auch:
-
TABLET_PAD
static final int TABLET_PADThe seat has drawing tablet pad(s) attached- Siehe auch:
-
ALL_POINTING
static final int ALL_POINTINGThe union of all pointing capabilities- Siehe auch:
-
ALL
static final int ALLThe union of all capabilities- Siehe auch:
-