C# Class WinRTXamlToolkit.Input.Key

Defines a keyboard key.
Datei anzeigen Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
Parse ( string keyName ) : VirtualKey

Parses a key from its name.

Private Methods

Method Description
Key ( ) : System

Method Details

Parse() public static method

Parses a key from its name.
public static Parse ( string keyName ) : VirtualKey
keyName string Name of the key.
return VirtualKey