KinectGestureSettings Enumeration

Specifies the interactions that are supported by an Kinect for Windows application.

[FlagsAttribute]
public enum class KinectGestureSettings

MemberValueDescription
KinectHold65536 

Enable support for the press and hold gesture through Kinect gestures. The Holding event is raised if a time threshold is crossed before the user moves the hand cursor away from the UI element.

This gesture can be used to display a context menu.

ManipulationScale2048  Enable support for the pinch or stretch gesture through pointer input.

These gestures can be used for optical or semantic zoom and resizing an object. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.

ManipulationTranslateInertia4096  Enable support for scaling inertia after the pinch or stretch gesture (through pointer input) is complete. The ManipulationInertiaStarting event is raised if inertia is enabled.
ManipulationTranslateRailsX256  Enable support for the slide gesture through pointer input, on the horizontal axis using rails (guides). The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.

This gesture can be used for rearranging objects.

ManipulationTranslateRailsY512  Enable support for the slide gesture through pointer input, on the vertical axis using rails (guides). The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.

This gesture can be used for rearranging objects.

ManipulationTranslateX64  Enable support for the slide gesture through pointer input, on the horizontal axis. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.

This gesture can be used for rearranging objects.

ManipulationTranslateY128  Enable support for the slide gesture through pointer input, on the vertical axis. The ManipulationStarted, ManipulationUpdated, and ManipulationCompleted events are all raised during the course of this interaction.

This gesture can be used for rearranging objects.

NoneDisable support for gestures and manipulations.
TapEnable support for the tap gesture.

Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: