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 handler for the specified global UI event, or removes all event handlers for the specified global UI event.
Syntax
off(eventName, handler);
Parameters
eventName
Type: StringName of the global UI event to remove an event handler for.
handler
Type: FunctionOptional. Event handler callback to remove. If this parameter is not specified, all handlers for the specified global UI event are removed.
Requirements
Library: Kinect-1.8.0.js