First of all, this plugin is incredibly helpful! Thank you so much for making it! I’ve reached a roadblock though.
I have multiple gestures associated with the same command (UP can be a flick of the wrist up or a long arm movement) and I want to check for multiple commands (up, forward, side). I assume I need to save all the commands into the same file in which case I want to check that the predicted gesture has a specific command name associated with it. Is there a way to get the name of the predicted gesture without ending recognition? I’m trying to sense cases where both hands are moving up simultaneously. If not, is there a way to print out the array of gestures and their names so I can know what indexes are associated with what name?
Am I just being stupid? Does it make more sense to make a new Gesture Tracker for each kind of command (upGestureTracker, forwardGestureTracker)? I would really appreciate any advice anyone could offer.