Class CommandKeycode


public class CommandKeycode extends Keycode
  • Constructor Details

    • CommandKeycode

      public CommandKeycode(long code)
  • Method Details

    • getType

      public final int getType()
    • getCommand

      public final int getCommand()
    • getArgument

      public final int getArgument()
    • getFlags

      public final int getFlags()
    • getTypeName

      public final String getTypeName()
    • getCommandName

      public final String getCommandName()
    • getFlagNames

      public final String[] getFlagNames()
    • toString

      public String toString()
      Overrides:
      toString in class Keycode