Schnittstelle ModifierType


public interface ModifierType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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_MASK
      No modifier.
      Siehe auch:
    • SHIFT_MASK

      static final int SHIFT_MASK
      the Shift key.
      Siehe auch:
    • LOCK_MASK

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

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

      static final int BUTTON1_MASK
      the first mouse button.
      Siehe auch:
    • BUTTON2_MASK

      static final int BUTTON2_MASK
      the second mouse button.
      Siehe auch:
    • BUTTON3_MASK

      static final int BUTTON3_MASK
      the third mouse button.
      Siehe auch:
    • BUTTON4_MASK

      static final int BUTTON4_MASK
      the fourth mouse button.
      Siehe auch:
    • BUTTON5_MASK

      static final int BUTTON5_MASK
      the fifth mouse button.
      Siehe auch:
    • SUPER_MASK

      static final int SUPER_MASK
      the Super modifier.
      Siehe auch:
    • HYPER_MASK

      static final int HYPER_MASK
      the Hyper modifier.
      Siehe auch:
    • META_MASK

      static final int META_MASK
      the Meta modifier. Maps to Command on macOS.
      Siehe auch: