TouchPanel.ReadGesture Method
Reads an available gesture on the touch panel.
Namespace: Microsoft.Xna.Framework.Input.Touch
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public static GestureSample ReadGesture ()
Return Value
A GestureSample that represents the next gesture
to read.
Remarks
After reading a gesture, TouchPanel.IsGestureAvailable is true if there are more gestures to read.