# leapmouse **Repository Path**: npc1993/leapmouse ## Basic Information - **Project Name**: leapmouse - **Description**: simple program to use the mouse with Leapmotion in linux - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-02 - **Last Updated**: 2021-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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. - Italian Website: http://www.thinkstudio.it - Documentation: Global overview --------------- #. Reuired * Leasp SDK: https://developer.leapmotion.com/downloads * More details: https://developer.leapmotion.com/docs * Xtest Library: apt-get install libxtst-dev (with superuser like sudo) #. Clone project:: * Clone this project in LeapSDK/sample folder #. Compile the project:: cd leapmouse ./rebuild.sh #. start Applicatyion:: ./LeapMouse #. Have Fun! Troubleshooting ---------------