Package ch.bailu.gtk.gdk
Schnittstelle SeatCapabilities
public interface SeatCapabilities
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe union of all capabilitiesstatic final intThe union of all pointing capabilitiesstatic final intThe seat has keyboard(s) attachedstatic final intNo input capabilitiesstatic final intThe seat has a pointer (e.g. mouse)static final intThe seat has drawing tablet pad(s) attachedstatic final intThe seat has drawing tablet(s) attachedstatic final intThe 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:
-