handleKeyEvent method

KeyEventResult? handleKeyEvent(
  1. KeyEvent event
)

Gives the feature first chance to handle grid keyboard input.

Returning null lets default grid key handling continue.

Implementation

KeyEventResult? handleKeyEvent(KeyEvent event) => null;