Class PressKey

  • All Implemented Interfaces:
    java.lang.Runnable

    public class PressKey
    extends AbstractKeyEvent
    Creates a KeyEvent.KEY_PRESSED event Marks the key as pressed internally and marks the last key location that was used for the press on that key where available
    • Constructor Detail

      • PressKey

        public PressKey​(char character)
      • PressKey

        public PressKey​(char character,
                        KeyLocation location)
      • PressKey

        public PressKey​(Key key)