Dart.Emulation Namespace > Vt Class : MapVtKey Method |
Public Shared Function MapVtKey( _ ByVal vtKey As VtKey, _ ByVal terminalType As TerminalType, _ ByVal cursorKeysMode As CursorKeys _ ) As Byte()
Dim vtKey As VtKey Dim terminalType As TerminalType Dim cursorKeysMode As CursorKeys Dim value() As Byte value = Vt.MapVtKey(vtKey, terminalType, cursorKeysMode)
public static byte[] MapVtKey( VtKey vtKey, TerminalType terminalType, CursorKeys cursorKeysMode )
public: static byte[]* MapVtKey( VtKey vtKey, TerminalType terminalType, CursorKeys cursorKeysMode )
public: static array<byte>^ MapVtKey( VtKey vtKey, TerminalType terminalType, CursorKeys cursorKeysMode )
The value of Vt.TerminalType is typically used for terminalType, and the value of Vt.CursorKeys is typically used for cursorKeysMode.
Returns null if the vtKey is not available for the specified terminalType. See the 'Emulation Overview' top-level topic for more information.