C# 클래스 Myre.Extensions.KeysExtensions

파일 보기 프로젝트 열기: martindevans/Myre

공개 메소드들

메소드 설명
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