C# Class Poderosa.Terminal.KeyboardInfo

Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Свойство Type Description
_defaultGroup char[]
_shiftGroup char[]

Méthodes publiques

Méthode Description
Init ( ) : void
Scan ( Keys body, bool shift ) : char

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

Scan() public static méthode

public static Scan ( Keys body, bool shift ) : char
body Keys
shift bool
Résultat char

Property Details

_defaultGroup public_oe static_oe property

public static char[] _defaultGroup
Résultat char[]

_shiftGroup public_oe static_oe property

public static char[] _shiftGroup
Résultat char[]