Class KeyEvent

All Implemented Interfaces:
Serializable

public class KeyEvent extends InputEvent
An event caused by the user interacting with the keyboard.
See Also:
  • Field Details

  • Constructor Details

    • KeyEvent

      public KeyEvent(EventDispatcher dispatcher, IFigure source, KeyEvent ke)
      Constructs a new KeyEvent.
      Parameters:
      dispatcher - the event dispatcher
      source - the source of the event
      ke - an SWT key event used to supply the statemask, keycode and character