Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides APIs for using the Kinect Toolkit input framework.
Classes
Name | Description |
---|---|
CursorModel | Maintains the data and state for a Kinect cursor. |
CursorSpriteSheetDefinition | Defines the format of a sprite sheet used for Kinect cursor animations. |
CursorViewModel | Represents the presentation logic and state of a Kinect cursor. |
HitTestResult | Stores the first PressableModel object and all ManipulatableModel objects associated with a hit test. |
InputPointerManager | Handles the routing of KinectPointerPoint Class objects to the correct KinectGestureRecognizer Class objects and keeps track of the currently captured Kinect Tookit input elements. |
ManipulatableModel | Maintains data and state for a manipulatable Kinect Toolkit input element. |
PressableModel | Maintains data and state for a pressable Kinect Toolkit input element. |
Interfaces
Name | Description |
---|---|
IInputModel | The base interface implemented by the ManipulatableModel and PressableModel Kinect Toolkit input elements. |
IKinectEngagementManager | The interface implemented by a Kinect engagement manager. |
IManipulatableModel | The interface implemented by the ManipulatableModel Kinect Toolkit input element. |
IPressableModel | The interface implemented by the PressableModel Kinect Toolkit input element. |
Enumerations
Name | Description |
---|---|
CursorState | The state of a Kinect Toolkit cursor. |