Share via


KinectUIAdapter.addHitTestExclusion Function

Kinect for Windows 1.8

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

Syntax

addHitTestExclusion(element);

Parameters

  • element
    Type: HTMLElement

    HTML element to add to 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