Class DriverKeycode


  • public class DriverKeycode
    extends Keycode
    • Field Detail

      • KEY_NUMBER_ANY

        public static final int KEY_NUMBER_ANY
    • Constructor Detail

      • DriverKeycode

        public DriverKeycode​(long code)
    • Method Detail

      • isPress

        public static boolean isPress​(long code)
      • getValue

        public static long getValue​(long code)
      • getGroup

        public static int getGroup​(long code)
      • getNumber

        public static int getNumber​(long code)
      • isPress

        public final boolean isPress()
      • getValue

        public final long getValue()
      • getGroup

        public final int getGroup()
      • getNumber

        public final int getNumber()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Keycode