Interface SyKeyModifierType

All Known Implementing Classes:
SyKeyModifier

public interface SyKeyModifierType
The interface exposed by modifier keys.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    boolean
     
  • Method Details

    • isShift

      boolean isShift()
      Returns:
      true if the key is one of the shift keys.
    • isControl

      boolean isControl()
      Returns:
      true if the key is one of the control keys.
    • isAlt

      boolean isAlt()
      Returns:
      true if the key is one of the alt keys.
    • isSuper

      boolean isSuper()
      Returns:
      true if the key is one of the super keys.