Package ch.bailu.gtk.gdk
Interface ModifierType
public interface ModifierType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the fourth modifier key (it depends on the modifier
mapping of the X server which key is interpreted as this modifier, but
normally it is the Alt 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 modifierstatic final int
a Lock key (depending on the modifier mapping of the
X server this may either be CapsLock or ShiftLock).static final int
the Meta modifierstatic final int
the Shift key.static final int
the Super modifier
-
Field Details
-
SHIFT_MASK
static final int SHIFT_MASKthe Shift key.- See Also:
-
LOCK_MASK
static final int LOCK_MASKa Lock key (depending on the modifier mapping of the
X server this may either be CapsLock or ShiftLock).- See Also:
-
CONTROL_MASK
static final int CONTROL_MASKthe Control key.- See Also:
-
ALT_MASK
static final int ALT_MASKthe fourth modifier key (it depends on the modifier
mapping of the X server which key is interpreted as this modifier, but
normally it is the Alt key).- See Also:
-
BUTTON1_MASK
static final int BUTTON1_MASKthe first mouse button.- See Also:
-
BUTTON2_MASK
static final int BUTTON2_MASKthe second mouse button.- See Also:
-
BUTTON3_MASK
static final int BUTTON3_MASKthe third mouse button.- See Also:
-
BUTTON4_MASK
static final int BUTTON4_MASKthe fourth mouse button.- See Also:
-
BUTTON5_MASK
static final int BUTTON5_MASKthe fifth mouse button.- See Also:
-
SUPER_MASK
static final int SUPER_MASKthe Super modifier- See Also:
-
HYPER_MASK
static final int HYPER_MASKthe Hyper modifier- See Also:
-
META_MASK
static final int META_MASKthe Meta modifier- See Also:
-