C# Класс Myre.Extensions.KeysExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
IsCharacterKey ( this key ) : bool

Determines if this key is used in basic character entry. Includes a-z, 0-9 and arrow keys, among others.

Описание методов

IsCharacterKey() публичный статический Метод

Determines if this key is used in basic character entry. Includes a-z, 0-9 and arrow keys, among others.
public static IsCharacterKey ( this key ) : bool
key this
Результат bool