Method OnKeyDown | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnKeyDown(KeyEvent)

Method invoked when a key is pressed.

public virtual bool OnKeyDown(KeyEvent keyEvent)

Parameters

keyEvent KeyEvent

Contains the details about the key that produced the event.

Returns

bool

true if the event was handled

Edit this page