Class Input


  • public class Input
    extends Object
    Author:
    pthomas3
    • Field Detail

      • 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 Detail

      • Input

        public Input​(String chars)
    • Method Detail

      • hasNext

        public boolean hasNext()
      • getKeyCodesToRelease

        public List<Integer> getKeyCodesToRelease()
      • next

        public char next()
      • getModifierFlags

        public int getModifierFlags()