Class DriverKeycode


public class DriverKeycode extends Keycode
  • Field Details

    • KEY_NUMBER_ANY

      public static final int KEY_NUMBER_ANY
  • Constructor Details

    • DriverKeycode

      public DriverKeycode(long code)
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Keycode