Share via


KinectUI.setIsPrimaryHandPointerOver Function

Kinect for Windows 1.8

Specifies whether the primary hand cursor should hover over the specified DOM element.

Syntax

setIsPrimaryHandPointerOver(element, );

Parameters

  • element
    Type: HTMLElement

    DOM element to set or unset as the ___location of the primary hand cursor.

  • over
    Type: Boolean

    Specify true to set the specified element as the ___location of the primary hand cursor. Specify false to unset the specified element as the ___location of the primary hand cursor.

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

KinectUI Interface
UI Components