Exemple #1
0
 static public bool IsStickGestureOccuringThisFrame(this GamepadComponent_Stick item, GamepadStickGesture gesture)
 {
     return(item.GetHistory().IsStickGestureOccuringThisFrame(gesture));
 }
Exemple #2
0
 static public bool IsStickGestureOccuringThisFrame(this GamepadEventHistory <GamepadStickZone> item, GamepadStickGesture gesture)
 {
     return(item.IsEventSequenceOccuringThisFrame(gesture.GetStickZones()));
 }