Share via


HandPointer.getIsOver Function

Kinect for Windows 1.8

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

Syntax

var boolean = getIsOver(element);

Parameters

  • element
    Type: HTMLElement

    DOM element to test.

Return Value

Type: Boolean

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

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

HandPointer Interface
UI Components