Skip to content

Latest commit

 

History

History
61 lines (30 loc) · 1001 Bytes

README.rst

File metadata and controls

61 lines (30 loc) · 1001 Bytes

Leap motion Mouse for Linux

LeapMouse is a simple program to use the mouse with Leapmotion in linux

How it use:
move a cursor with one finger
Left button of mouse:
move your finger to the screen, ie the z-axis, to generate the left button press go go back to generate left button release.
Right button of mouse:
with more than one finger, make a circular motion
Mouse wheel:
with more than one finger,make a vertical linear movement.

Global overview

  1. Reuired
  1. Clone project:

    * Clone this project in LeapSDK/sample folder
    
  2. Compile the project:

        cd leapmouse
    ./rebuild.sh
    
  3. start Applicatyion::

    ./LeapMouse

  4. Have Fun!

Troubleshooting