Package ch.bailu.gtk.gdk
Interface SeatCapabilities
public interface SeatCapabilities
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
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:
-