Table of Contents

Method OnKeyUp

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnKeyUp(Key)

Called when a key is released. Fires the KeyUp event.

public void OnKeyUp(Key a)

Parameters

a Key

Remarks

Drivers that do not support key release events will call this method after OnKeyDown(Key) processing is complete.