C# Class Neovim.Input

Mostrar archivo Open project: Pireax/neovim.cs

Public Methods

Method Description
Encode ( Key key ) : string
Encode ( int key ) : string

Private Methods

Method Description
GetKeyboardState ( byte lpKeyState ) : bool
KeyToUnicode ( Key key ) : string
MapVirtualKey ( uint uCode, MapType uMapType ) : uint
ToUnicode ( uint wVirtKey, uint wScanCode, byte lpKeyState, [ SizeParamIndex = 4)]StringBuilderpwszBuff, int cchbuf, uint wFlags ) : int

Method Details

Encode() public static method

public static Encode ( Key key ) : string
key Key
return string

Encode() public static method

public static Encode ( int key ) : string
key int
return string