Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 702 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 702 Bytes

JLeapMouse

Description

An implementation of a mouse simulator for LeapMotion for Java.

Current version:

  • Mouse Movements
  • Left Click (Key Tap and Finger Tap)
  • Left Click drag
  • Right Click
  • Show/Hide Desktop
  • Switch Tabs/Apps
  • Added Gestures

Future commits:

  • Copy/Paste/Cut
  • Update: A Gaming Mode - WASD

In the future, I wish to be able to add gestures and add Keyboard support.

How to Run

Requires: LeapJava.jar, LeapJava.dll, Leap.dll (already included)

  • Add LeapJava.jar to the BuildPath
  • Run the code
  • Profit (?)

It shouldn't require any other modification.

Python version

See this for Python version: https://github.com/Nesh108/PyLeapMouse