java.lang.Object
com.inductiveautomation.perspective.gateway.messages.KeyEventMsg

public class KeyEventMsg extends Object
  • Field Details

    • PROTOCOL

      public static final String PROTOCOL
      See Also:
    • name

      public String name
    • altKey

      public boolean altKey
    • code

      public String code
    • ctrlKey

      public boolean ctrlKey
    • isComposing

      public boolean isComposing
    • key

      public String key
    • location

      public int location
    • matches

      public ArrayList<String> matches
    • metaKey

      public boolean metaKey
    • repeat

      public boolean repeat
    • shiftKey

      public boolean shiftKey
  • Constructor Details

    • KeyEventMsg

      public KeyEventMsg()