Share via


IInputModel.HasCaptureChanged Property

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

Syntax

public:
property bool HasCaptureChanged {
         bool get ();
}
public bool HasCaptureChanged { get; }

Property value

[C++] 
[C#] 

Type: bool
Type: bool

 

True if the capture status has changed; otherwise, false.

Remarks

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

IInputModel Interface
Microsoft.Kinect.Toolkit.Input Namespace