C# Class Myre.Extensions.KeysExtensions

Exibir arquivo Open project: martindevans/Myre

Public Methods

Method 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 method

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
return bool