Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Poderosa
Terminal
KeyboardInfo
C# Class Poderosa.Terminal.KeyboardInfo
Exibir arquivo
Open project: poderosaproject/poderosa
Class Usage Examples
Public Properties
Property
Type
Description
_defaultGroup
char[]
_shiftGroup
char[]
Public Methods
Method
Description
Init
( ) :
void
Scan
(
Keys
body
,
bool
shift
) :
char
Method Details
Init()
public
static
method
public
static
Init
( ) :
void
return
void
Scan()
public
static
method
public
static
Scan
(
Keys
body
,
bool
shift
) :
char
body
Keys
shift
bool
return
char
Property Details
_defaultGroup
public_oe static_oe property
public
static
char[]
_defaultGroup
return
char[]
_shiftGroup
public_oe static_oe property
public
static
char[]
_shiftGroup
return
char[]