C# Class CCT.NUI.WPFSamples.TouchWindow

TouchWindow
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Show file Open project: an83/KinectTouch2

Public Methods

Method Description
TouchWindow ( ) : System
TouchWindow ( IHandDataSource handDataSource ) : System

Protected Methods

Method Description
OnTouchDown ( System.Windows.Input.TouchEventArgs e ) : void
OnTouchMove ( System.Windows.Input.TouchEventArgs e ) : void
OnTouchUp ( System.Windows.Input.TouchEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
Window_Closing ( object sender, System e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
handDataSource_NewDataAvailable ( HandCollection data ) : void

Method Details

OnTouchDown() protected method

protected OnTouchDown ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
return void

OnTouchMove() protected method

protected OnTouchMove ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
return void

OnTouchUp() protected method

protected OnTouchUp ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
return void

TouchWindow() public method

public TouchWindow ( ) : System
return System

TouchWindow() public method

public TouchWindow ( IHandDataSource handDataSource ) : System
handDataSource IHandDataSource
return System