If I remember correctly, add an interaction manager object to the file. If you're in Unity, then you can just drag and drop the actual interaction manager from the project over to your class and into that slot. Then, reference the currentframe from the interaction manager. Grab the "hand list" from that object. Foreach hand in handlist, check IsLeft or IsRight.