Table of Contents

Method IsValidInput

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

IsValidInput(Key, out Key)

Validates and processes Unicode surrogate pairs in the input stream.

public bool IsValidInput(Key key, out Key result)

Parameters

key Key

The key to validate.

result Key

The validated key or completed surrogate pair.

Returns

bool

true if the result is valid; false if more input is needed.