Share via


PressableModel.HasCaptureChanged Property

Gets a boolean value indicating if the capture status of the Kinect Toolkit input element has changed.

Syntax

public:
property bool HasCaptureChanged {
         bool get ();
         void set (bool value);
}
public bool HasCaptureChanged { get; set; }
var hasCaptureChanged = pressableModel.hasCaptureChanged;
pressableModel.hasCaptureChanged = hasCaptureChanged;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: bool
Type: bool
Type: Boolean

 

True if the capture status of the Kinect Toolkit input element has changed; otherwise false.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

PressableModel Class
Microsoft.Kinect.Toolkit.Input Namespace