CursorModel Class

Maintains the data and state for a Kinect cursor.

public ref class CursorModel sealed : IClosable

CursorModel has the following members.

NameDescription
CursorModelCreates a new instance of the CursorModel class.

NameDescription
ClampedPressExtentGets the extent of a clamped press gesture.
CurrentBackgroundFrameGets the current frame of the background sprite animation.
CurrentForegroundFrameGets the current frame of the foreground sprite animation.
CursorSpriteSheetDefinitionGets an object that defines the format of the sprite sheet associated with the cursor.
CursorStateGets a value indicating the current state of the cursor.
HandTypeGets a value indicating the type of the hand associated with the cursor.
HoldProgressGets a value indicating the progress of a hold gesture.
IsAnimationCompleteGets a value indicating if the cursor animation is complete.
PointerIdGets the identifier of the KinectPointerPoint Class associated with the cursor.
PositionGets the current position of the cursor.
PressExtentGets the extent of a press gesture.

NameDescription
CloseDisposes of the object and associated resources.
StartTimeBasedAnimationStarts the cursor's time-based sprite animation.
TickIncrements the current frames of cursor's sprite animation.
UpdateUpdates the position and state of the cursor.

Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )

Community Additions

ADD
Show: