KeyboardEventHandler constructor

KeyboardEventHandler(
  1. CursorMoveCallback onCursorMove,
  2. InputShortcutCallback onShortcut,
  3. OnDeleteCallback onDelete
)

Implementation

KeyboardEventHandler(this.onCursorMove, this.onShortcut, this.onDelete);