Class Input

java.lang.Object
com.intuit.karate.driver.Input

public class Input extends Object
Author:
pthomas3
  • Field Details

    • control

      protected boolean control
    • alt

      protected boolean alt
    • shift

      protected boolean shift
    • meta

      protected boolean meta
    • release

      protected boolean release
    • chars

      public final char[] chars
  • Constructor Details

    • Input

      public Input(String chars)
  • Method Details

    • hasNext

      public boolean hasNext()
    • getKeyCodesToRelease

      public List<Integer> getKeyCodesToRelease()
    • next

      public char next()
    • getModifierFlags

      public int getModifierFlags()