Package ch.bailu.gtk.gdk
Schnittstelle InputSource
public interface InputSource
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
Felddetails
-
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.)- Siehe auch:
-
PEN
static final int PENthe device is a stylus of a graphics tablet or similar device.- Siehe auch:
-
KEYBOARD
static final int KEYBOARDthe device is a keyboard.- Siehe auch:
-
TOUCHSCREEN
static final int TOUCHSCREENthe device is a direct-input touch device, such
as a touchscreen or tablet- Siehe auch:
-
TOUCHPAD
static final int TOUCHPADthe device is an indirect touch device, such
as a touchpad- Siehe auch:
-
TRACKPOINT
static final int TRACKPOINTthe device is a trackpoint- Siehe auch:
-
TABLET_PAD
static final int TABLET_PADthe device is a "pad", a collection of buttons,
rings and strips found in drawing tablets- Siehe auch:
-