Class Leap::GrabDetector

class Leap.GrabDetector : public Leap.ActionDetector

A lightweight Grab Detector, that calculates a grab value based on the grab strength of the hand. Utilizes hysteresis to have different grab and ungrab thresholds.

Properties

bool GrabStartedThisFrame { get; set; }

Did the Grab start this frame?

bool IsGrabbing { get; set; }

Is the PinchDetector currenty detecting a pinch?