C# Class Windows.UI.Input.GestureRecognizer

Inheritance: IGestureRecognizer
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
CanBeDoubleTap ( [ value ) : bool
CompleteGesture ( ) : void
GestureRecognizer ( ) : System
ProcessDownEvent ( [ value ) : void
ProcessInertia ( ) : void
ProcessMouseWheelEvent ( [ value, [ isShiftKeyDown, [ isControlKeyDown ) : void
ProcessMoveEvents ( [ value ) : void
ProcessUpEvent ( [ value ) : void

Method Details

CanBeDoubleTap() public method

public CanBeDoubleTap ( [ value ) : bool
value [
return bool

CompleteGesture() public method

public CompleteGesture ( ) : void
return void

GestureRecognizer() public method

public GestureRecognizer ( ) : System
return System

ProcessDownEvent() public method

public ProcessDownEvent ( [ value ) : void
value [
return void

ProcessInertia() public method

public ProcessInertia ( ) : void
return void

ProcessMouseWheelEvent() public method

public ProcessMouseWheelEvent ( [ value, [ isShiftKeyDown, [ isControlKeyDown ) : void
value [
isShiftKeyDown [
isControlKeyDown [
return void

ProcessMoveEvents() public method

public ProcessMoveEvents ( [ value ) : void
value [
return void

ProcessUpEvent() public method

public ProcessUpEvent ( [ value ) : void
value [
return void