Interface ModifierType


public interface ModifierType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 modifier
    static 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 modifier
    static final int
    the Shift key.
    static final int
    the Super modifier
  • Field Details

    • SHIFT_MASK

      static final int SHIFT_MASK
      the Shift key.
      See Also:
    • LOCK_MASK

      static final int LOCK_MASK
      a 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_MASK
      the Control key.
      See Also:
    • ALT_MASK

      static final int ALT_MASK
      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).
      See Also:
    • BUTTON1_MASK

      static final int BUTTON1_MASK
      the first mouse button.
      See Also:
    • BUTTON2_MASK

      static final int BUTTON2_MASK
      the second mouse button.
      See Also:
    • BUTTON3_MASK

      static final int BUTTON3_MASK
      the third mouse button.
      See Also:
    • BUTTON4_MASK

      static final int BUTTON4_MASK
      the fourth mouse button.
      See Also:
    • BUTTON5_MASK

      static final int BUTTON5_MASK
      the fifth mouse button.
      See Also:
    • SUPER_MASK

      static final int SUPER_MASK
      the Super modifier
      See Also:
    • HYPER_MASK

      static final int HYPER_MASK
      the Hyper modifier
      See Also:
    • META_MASK

      static final int META_MASK
      the Meta modifier
      See Also: