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 pressing down gesture in progress.
Syntax
public:
property bool IsPressingDown {
bool get ();
}
public bool IsPressingDown { get; }
var isPressingDown = pressableModel.isPressingDown;
Property value
[C++]
[C#]
[JavaScript]
Type: bool
Type: bool
Type: Boolean
True if the Kinect Toolkit input element has a pressing down gesture in progress; otherwise, false.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
PressableModel Class
Microsoft.Kinect.Toolkit.Input Namespace