Hi there. In my Unity Projekt i have a Touchpad with Buttons and Silders. I used the Leap Motion Interaction Engine to determine which Button was pressed by which Hand. I used the Event OnBeginPrimaryHoveringObject, on the Leap Hand to get the Interaction Behavior when the Hand pressed the Object. But how can i figure out which finger started the interaction. Mutliple fingers are primary hover fingers. I want this information at the Leap Hand. But i did not found anything regarding the interacting finger inside the Dokumentation. Do i need to write my own Script to determine that.
Thank you in advance!