C# 클래스 WinRTXamlToolkit.Input.KeyGestureRecognizer

상속: IDisposable
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
KeyGestureRecognizer ( KeyGesture gesture ) : System

Initializes a new instance of the KeyGestureRecognizer class.

비공개 메소드들

메소드 설명
CheckKeyCombination ( KeyCombination combination, VirtualKey keyAdded, KeyCombination precedingCombination = null ) : MatchKind
CoreWindowOnKeyDown ( CoreWindow sender, KeyEventArgs args ) : void
RaiseGestureRecognized ( ) : void

Raises GestureRecognized event.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

KeyGestureRecognizer() 공개 메소드

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.
리턴 System