Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a boolean value indicating whether the Kinect Toolkit input element has a press gesture currently being held.
Syntax
public:
property bool IsHolding {
bool get ();
}
public bool IsHolding { get; }
var isHolding = pressableModel.isHolding;
Property value
[C++]
[C#]
[JavaScript]
Type: bool
Type: bool
Type: Boolean
True if the Kinect Toolkit input element has a press gesture currently being held; otherwise, false.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
PressableModel Class
Microsoft.Kinect.Toolkit.Input Namespace