XNA Game Studio 4.0 Refresh
Microsoft.Xna.Framework.Input.Touch Namespace
Contains classes that enable access to touch-based input on devices that support it.
Classes
| Name | Description | |
|---|---|---|
|
TouchPanel | Provides methods for retrieving touch panel device information. |
Structures
| Name | Description | |
|---|---|---|
|
GestureSample | A representation of data from a multitouch gesture over a span of time. |
|
TouchCollection | Provides methods and properties for accessing state information for the touch screen of a touch-enabled device. |
|
TouchCollection.Enumerator | Provides the ability to iterate through the touch locations in a TouchCollection. |
|
TouchLocation | Provides methods and properties for interacting with a touch location on a touch screen device. |
|
TouchPanelCapabilities | Provides access to information about the capabilities of the touch input device. |
Enumerations
| Name | Description | |
|---|---|---|
|
GestureType | Contains values that represent different multitouch gestures that can be detected by TouchPanel.ReadGesture. |
|
TouchLocationState | Defines the possible states of a touch location. |