Package ch.bailu.gtk.gdk
Interface SeatCapabilities
public interface SeatCapabilities
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
-
Field Details
-
NONE
static final int NONENo input capabilities- See Also:
-
POINTER
static final int POINTERThe seat has a pointer (e.g. mouse)- See Also:
-
TOUCH
static final int TOUCHThe seat has touchscreen(s) attached- See Also:
-
TABLET_STYLUS
static final int TABLET_STYLUSThe seat has drawing tablet(s) attached- See Also:
-
KEYBOARD
static final int KEYBOARDThe seat has keyboard(s) attached- See Also:
-
TABLET_PAD
static final int TABLET_PADThe seat has drawing tablet pad(s) attached- See Also:
-
ALL_POINTING
static final int ALL_POINTINGThe union of all pointing capabilities- See Also:
-
ALL
static final int ALLThe union of all capabilities- See Also:
-