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
Attaches a new handler for the specified global UI event.
Syntax
on(eventName, handler);
Parameters
eventName
Type: StringName of the global UI event to attach an event handler to.
handler
Type: FunctionCallback function to call when the specified global UI event is ready to be processed. This function should have an eventInfo parameter of type Object that receives the event details.
Requirements
Library: Kinect-1.8.0.js