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