UNPKG

cylon-leapmotion

Version:

Cylon module for the Leap Motion

23 lines (13 loc) 690 B
# Events ## frame Gets triggered on every frame the Leap sends. Passes the related frame for use in event handlers. For an example of a frame JS object, please see [this gist](https://gist.github.com/stewart/24981316929dcfd8480a). ## hand Gets triggered on every hand the Leap detects. Passes the related hand for use in event handlers. For an example of a hand JS object, please see [this gist](https://gist.github.com/stewart/bc5b4fe7736617965d0c). ## gesture Gets triggered when the Leap picks up gestures. Passes the related gesture for use in event handlers. For an example of a gesture JS object, please see [this gist](https://gist.github.com/stewart/ed49d2cac9a63a75e09c).