Namespace Microsoft.Xna.Framework.Input.Touch
Classes
- TouchPanel
Allows retrieval of information from Touch Panel device.
- TouchPanelState
Represents specific information about the state of the touch panel, including the current state of touch locations and gestures.
Structs
- GestureSample
Represents data from a multi-touch gesture over a span of time.
- TouchCollection
Provides state information for a touch screen enabled device.
- TouchCollection.Enumerator
Provides the ability to iterate through the TouchLocations in an TouchCollection.
- TouchLocation
Provides methods and properties for interacting with a touch location on a touch screen device.
- TouchPanelCapabilities
Allows retrieval of capabilities information from touch panel device.
Enums
- GestureType
Enumeration of values that represent different gestures that can be processed by ReadGesture().
- TouchLocationState
Holds the possible state information for a touch location..