Class SKGestureLifecycleEventArgs
Provides data for gesture lifecycle events that indicate when a gesture interaction begins or ends.
public class SKGestureLifecycleEventArgs : EventArgs
- Inheritance
-
SKGestureLifecycleEventArgs
- Inherited Members
Remarks
This class is used with the GestureStarted and GestureEnded events, as well as the corresponding events on SKGestureTracker.
A gesture starts when the first touch contact occurs and ends when all touches are released. These events are useful for managing UI state such as cancelling inertia animations when a new gesture begins, or triggering a redraw when a gesture ends.
GestureStarted GestureEnded GestureStarted GestureEnded