PinchEvent: {
    hand: HandType;
    type: "enter" | "exit";
}

Describes a pinch event. The finger is optional as on an exit event we don't care about the finger.