C# Class InfoStrat.MotionFx.MotionTrackingTouchDevice

Inheritance: System.Windows.Input.TouchDevice
Mostrar archivo Open project: InfoStrat/MotionFx Class Usage Examples

Public Methods

Method Description
GetIntermediateTouchPoints ( IInputElement relativeTo ) : TouchPointCollection
GetTouchPoint ( IInputElement relativeTo ) : TouchPoint
MotionTrackingTouchDevice ( HandPointEventArgs e, Window window, MotionTrackingScreen screen ) : System

Private Methods

Method Description
CoalesceEvents ( HandPointEventArgs e ) : void
TouchDown ( HandPointEventArgs e ) : void
TouchMove ( HandPointEventArgs e ) : void
TouchUp ( HandPointEventArgs e ) : void

Method Details

GetIntermediateTouchPoints() public method

public GetIntermediateTouchPoints ( IInputElement relativeTo ) : TouchPointCollection
relativeTo IInputElement
return TouchPointCollection

GetTouchPoint() public method

public GetTouchPoint ( IInputElement relativeTo ) : TouchPoint
relativeTo IInputElement
return TouchPoint

MotionTrackingTouchDevice() public method

public MotionTrackingTouchDevice ( HandPointEventArgs e, Window window, MotionTrackingScreen screen ) : System
e HandPointEventArgs
window System.Windows.Window
screen MotionTrackingScreen
return System