Share via


KinectUI.getIsPrimaryHandPointerOver Function

Kinect for Windows 1.8

Determines whether the primary hand pointer is currently hovering over the specified DOM element.

Syntax

var boolean = getIsPrimaryHandPointerOver(element);

Parameters

  • element
    Type: HTMLElement

    DOM element to test.

Return Value

Type: Boolean

Returns true if the primary hand pointer is currently hovering over the specified DOM element; otherwise, false.

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

KinectUI Interface
UI Components