Package ch.bailu.gtk.gdk
Interface InputSource
public interface InputSource
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the device is a keyboard.static final int
the device is a mouse.static final int
the device is a stylus of a graphics tablet or similar device.static final int
the device is a "pad", a collection of buttons,
rings and strips found in drawing tabletsstatic final int
the device is an indirect touch device, such
as a touchpadstatic final int
the device is a direct-input touch device, such
as a touchscreen or tabletstatic final int
the device is a trackpoint
-
Field Details
-
MOUSE
static final int MOUSEthe device is a mouse. (This will be reported for the core
pointer, even if it is something else, such as a trackball.)- See Also:
-
PEN
static final int PENthe device is a stylus of a graphics tablet or similar device.- See Also:
-
KEYBOARD
static final int KEYBOARDthe device is a keyboard.- See Also:
-
TOUCHSCREEN
static final int TOUCHSCREENthe device is a direct-input touch device, such
as a touchscreen or tablet- See Also:
-
TOUCHPAD
static final int TOUCHPADthe device is an indirect touch device, such
as a touchpad- See Also:
-
TRACKPOINT
static final int TRACKPOINTthe device is a trackpoint- See Also:
-
TABLET_PAD
static final int TABLET_PADthe device is a "pad", a collection of buttons,
rings and strips found in drawing tablets- See Also:
-