public bool IsNotMoving(HandType handType)
 {
     return(handType == HandType.Left ? m_leftHand.IsNotMoving() : m_rightHand.IsNotMoving());
 }