Package ch.bailu.gtk.gdk
Schnittstelle ModifierType
public interface ModifierType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the fourth modifier key (it depends on the Windowing System
configuration which key is interpreted as this modifier, but normally it
is the <kbd>Alt</kbd> key).static final int
the first mouse button.static final int
the second mouse button.static final int
the third mouse button.static final int
the fourth mouse button.static final int
the fifth mouse button.static final int
the Control key.static final int
the Hyper modifier.static final int
a Lock key (depending on the Windowing System configuration,
this may either be <kbd>CapsLock</kbd> or <kbd>ShiftLock</kbd>).static final int
the Meta modifier.static final int
No modifier.static final int
the Shift key.static final int
the Super modifier.
-
Felddetails
-
NO_MODIFIER_MASK
static final int NO_MODIFIER_MASKNo modifier.- Siehe auch:
-
SHIFT_MASK
static final int SHIFT_MASKthe Shift key.- Siehe auch:
-
LOCK_MASK
static final int LOCK_MASKa Lock key (depending on the Windowing System configuration,
this may either be <kbd>CapsLock</kbd> or <kbd>ShiftLock</kbd>).- Siehe auch:
-
CONTROL_MASK
static final int CONTROL_MASKthe Control key.- Siehe auch:
-
ALT_MASK
static final int ALT_MASKthe fourth modifier key (it depends on the Windowing System
configuration which key is interpreted as this modifier, but normally it
is the <kbd>Alt</kbd> key).- Siehe auch:
-
BUTTON1_MASK
static final int BUTTON1_MASKthe first mouse button.- Siehe auch:
-
BUTTON2_MASK
static final int BUTTON2_MASKthe second mouse button.- Siehe auch:
-
BUTTON3_MASK
static final int BUTTON3_MASKthe third mouse button.- Siehe auch:
-
BUTTON4_MASK
static final int BUTTON4_MASKthe fourth mouse button.- Siehe auch:
-
BUTTON5_MASK
static final int BUTTON5_MASKthe fifth mouse button.- Siehe auch:
-
SUPER_MASK
static final int SUPER_MASKthe Super modifier.- Siehe auch:
-
HYPER_MASK
static final int HYPER_MASKthe Hyper modifier.- Siehe auch:
-
META_MASK
static final int META_MASKthe Meta modifier. Maps to Command on macOS.- Siehe auch:
-