Esempio n. 1
0
 // IBindingsController forwarding
 public TrackpadInterval GetTrackpadSwipeInterval(Hand hand)
 {
     return(CurrentController?.GetTrackpadSwipeInterval(hand) ?? TrackpadInterval.Default);
 }
Esempio n. 2
0
 // IBindingsController forwarding
 public float GetTrackpadSwipeInterval(Hand hand)
 {
     return(CurrentController?.GetTrackpadSwipeInterval(hand) ?? 0);
 }