Method | Description | |
---|---|---|
AddGesture ( IView currentView, IGesture gesture ) : void |
Adds a gesture to the gesture recognizer's set of gestures to recognize
|
|
ClearViewGestures ( IView view ) : void | ||
GestureController ( ) : System | ||
ProcessSkeleton ( Microsoft.Kinect.Skeleton skel ) : void | ||
RemoveGesture ( IGesture gesture ) : void |
public AddGesture ( IView currentView, IGesture gesture ) : void | ||
currentView | IView | The current view to associate with the gesture |
gesture | IGesture | The gesture to add |
return | void |
public ClearViewGestures ( IView view ) : void | ||
view | IView | |
return | void |
public ProcessSkeleton ( Microsoft.Kinect.Skeleton skel ) : void | ||
skel | Microsoft.Kinect.Skeleton | |
return | void |
public RemoveGesture ( IGesture gesture ) : void | ||
gesture | IGesture | |
return | void |