handleKeyEvent abstract method

bool handleKeyEvent(
  1. KeyEvent event
)

Handles a keyboard event, returning true if the event was consumed.

Implementation

bool handleKeyEvent(term.KeyEvent event);