openleap / PyLeapMouse

A Leap Motion based mouse in Python
Other
171 stars 66 forks source link

Updated the FingerControl to make it more easier to use. #29

Closed kveroneau closed 10 years ago

kveroneau commented 10 years ago

Enabled the ability to use multiple fingers to enable scrolling and dragging.

You can see it in action on this newly uploaded video: http://youtu.be/XknMQdAZEE0

Have you considering using uinput for Linux support, rather than PyUserInput/Xlib?

wyager commented 10 years ago

Looks good!

I haven't been maintaining this code for some time, but if you think uinput would work better, feel free to implement it.