Class KeyState


  • public class KeyState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • metaKeyDown

        public boolean metaKeyDown
      • altKeyDown

        public boolean altKeyDown
      • controlKeyDown

        public boolean controlKeyDown
      • shiftKeyDown

        public boolean shiftKeyDown
    • Constructor Detail

      • KeyState

        public KeyState()