HandPointer.update Function

Kinect for Windows 1.8

Updates the properties of this hand pointer from the specified hand pointer received from the interaction stream.

Syntax

var object = update();

Return Value

Type: Object

Returns an object that contains the properties listed in the following table.

Property name Type Description
pressedChanged Boolean Returns true if the value of the isPressed property changed during the update; otherwise, false.
primaryHandOfPrimaryUserChanged Boolean Returns true if the value returned by the getIsPrimaryHandOfPrimaryUser function changed during the update; otherwise, false.
positionChanged Boolean Returns true if the value of the x or y property changed during the update; otherwise, false.

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

HandPointer Interface
UI Components