KinectPointerEventArgs Class

Provides data for KinectCoreWindow pointer events.

Syntax

public ref class KinectPointerEventArgs sealed
public sealed class KinectPointerEventArgs
/* In JavaScript, properties of event data objects begin with a lowercase letter. */

Members

KinectPointerEventArgs has the following members.

Properties

Name Description
CurrentPoint Gets the pointer data of the last pointer event.
Handled Gets or sets a value indicating whether the event has been handled.

Methods

Name Description
GetIntermediatePoints Retrieves the pointer data for up to the last 64 pointer locations since the last pointer event.

Remarks

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect.Input Namespace