C# Class WinRTXamlToolkit.Input.KeyGestureRecognizer

Inheritance: IDisposable
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
KeyGestureRecognizer ( KeyGesture gesture ) : System

Initializes a new instance of the KeyGestureRecognizer class.

Private Methods

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

public Dispose ( ) : void
return void

KeyGestureRecognizer() public method

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.
return System