SDraw / driver_leap

Self-sustainable fork of SteamVR driver for Leap Motion controller with updated vendor libraries
MIT License
128 stars 19 forks source link

Implement PinchDistance instead of PinchStrength in pinch gesture #10

Closed LabeVR closed 3 months ago

LabeVR commented 3 months ago

As of the current release, the pinch gesture is implemented using the Leap::Hand::PinchStrength variable however this gesture calcuates the pinch gesture based on all fingers, its probably prefered to use Leap::Hand::PinchDistance which returns the same values but filters only the thumb and index finger to be calculated, which is more preferable and harder to misclick.

Docs for both of these are embed on the words itself and can also be found here

SDraw commented 3 months ago

Reasonable, on it

LabeVR commented 3 months ago

tysm!

SDraw commented 3 months ago

Implemented in release 1.4-232.