Class Key


  • public class Key
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int argument  
      protected long code  
      protected int command  
      protected int flags  
      protected int type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(long code)  
    • Field Detail

      • code

        protected final long code
      • type

        protected int type
      • command

        protected int command
      • argument

        protected int argument
      • flags

        protected int flags
    • Constructor Detail

      • Key

        public Key​(long code)
    • Method Detail

      • expandKeyCode

        public final void expandKeyCode​(long code)
      • getCode

        public long getCode()
      • getType

        public int getType()
      • getCommand

        public int getCommand()
      • getArgument

        public int getArgument()
      • getFlags

        public int getFlags()