Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.8
Removes the specified event handler, or removes all event handlers.
Syntax
removeEventHandler(handler);
Parameters
handler
Type: FunctionOptional. Event handler callback function to remove. If this function was previously registered by calling the addEventHandler method, this specific event handler is removed. If this parameter is not specified, all currently-registered event handlers are removed.
Requirements
Library: Kinect-1.8.0.js