1.9.0 • Published 7 years ago

@p4d/leapmotion v1.9.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

P4D Leap motion library

Installation

### NPM npm install --save @p4d/leapmotion

HTML include

<script type="text/javascript" src="dist/leapmotion.p4d.js"></script>

Usage: events

  • hand id: hand id hand: hand struct
  • handFound
  • handLost
  • grab id: hand id type: type of grab event, start/ongoing/end value: grabStrength value (0 to 1)
  • movement id: hand id movement: x,y,z relative movement with respect to last frame. x: left/right; y: up/down, z: in/out
  • screen id: hand id screen: x,y,z screen coordinates in pixels.
  • zoom
  • tap
1.9.0

7 years ago

1.8.0

7 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago