Table of Contents

Method MapKeyToConsoleKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MapKeyToConsoleKey(uint, out bool)

Maps a Key to a ConsoleKey.

public static uint MapKeyToConsoleKey(uint keyValue, out bool isMappable)

Parameters

keyValue uint

The key value.

isMappable bool

If true is mapped to a valid character, otherwise false.

Returns

uint

The ConsoleKey or the keyValue.