public bool IsPressing(Hands hand)
 {
     return(adapter.IsPressing(hand));
 }