Share via


KinectUIAdapter.removeHitTestExclusion Function

Kinect for Windows 1.8

Removes the specified HTML element from the collection of elements to exclude from hit testing.

Syntax

removeHitTestExclusion(element);

Parameters

  • element
    Type: HTMLElement

    HTML element to remove from the collection of elements to exclude from hit testing, both for press adjustment and for UI message routing.

Requirements

Library: Kinect-1.8.0.js

See Also

Reference

KinectUIAdapter Interface
UI Components