Class ReleaseKey

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ReleaseKey
    extends AbstractKeyEvent
    Creates a KeyEvent.KEY_RELEASED event Marks the key as released internally Resets the last key location used to press this key If no location is passed in for this event, it will default to either the key's default location or the last pressed location
    • Constructor Detail

      • ReleaseKey

        public ReleaseKey​(char character)
      • ReleaseKey

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

        public ReleaseKey​(Key key)