C# Class Myre.Extensions.KeysExtensions

Afficher le fichier Open project: martindevans/Myre

Méthodes publiques

Méthode Description
IsCharacterKey ( this key ) : bool

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

Method Details

IsCharacterKey() public static méthode

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
Résultat bool