C# Class WinRTXamlToolkit.Input.KeyGestureRecognizer

Inheritance: IDisposable
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
KeyGestureRecognizer ( KeyGesture gesture ) : System

Initializes a new instance of the KeyGestureRecognizer class.

Private Methods

Méthode Description
CheckKeyCombination ( KeyCombination combination, VirtualKey keyAdded, KeyCombination precedingCombination = null ) : MatchKind
CoreWindowOnKeyDown ( CoreWindow sender, KeyEventArgs args ) : void
RaiseGestureRecognized ( ) : void

Raises GestureRecognized event.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KeyGestureRecognizer() public méthode

Initializes a new instance of the KeyGestureRecognizer class.
gesture The gesture needs to consist of at least one key or key combination.;gesture
public KeyGestureRecognizer ( KeyGesture gesture ) : System
gesture KeyGesture The gesture to recognized.
Résultat System