Table of Contents

Method NewKeyUpEvent

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

NewKeyUpEvent(Key)

Called when a key is released. This is the view-level entry point for key-up events, following the same pattern as NewKeyDownEvent(Key).

public bool NewKeyUpEvent(Key key)

Parameters

key Key

The key that was released.

Returns

bool

true if the event was handled.

Remarks

Key-up events are only raised when the driver provides key release information. Not all drivers support key-up events.