private bool GetRockButtonDown(HANDTYPE tpye)
 {
     return(VRTRIXGloveSimpleDataRead.GetGesture(tpye) == VRTRIXGloveGesture.BUTTONGRAB);
 }
 private bool GetPaperButtonDown(HANDTYPE tpye)
 {
     return(VRTRIXGloveSimpleDataRead.GetGesture(tpye) == VRTRIXGloveGesture.BUTTONPAPER);
 }
 private bool GetScissorsButtonDown(HANDTYPE tpye)
 {
     return(VRTRIXGloveSimpleDataRead.GetGesture(tpye) == VRTRIXGloveGesture.BUTTONTELEPORT);
 }