Microsoft.SPOT.Touch Namespace
Contains types for working with a touch panel, either with fingers or a stylus.
Remarks
The Touch subsystem spans items in the following namespaces:
Microsoft.SPOT.Touch
Microsoft.SPOT.Input:
- InputDeviceType enum
- RawTouchActions enum
- TouchGesture enum
- TouchMessages enum
- TouchEventHandler delegate
- TouchGestureEventHandler delegate
- RawTouchInputReport class
- TouchCapture class
- TouchDevice class
- TouchEventArgs class
- TouchEvents class
- TouchGestureEventArgs class
- InputManager.TouchDevice property
- InputManager_DeviceEvents class
Microsoft.SPOT.Presentation:
- UIElement.TouchDown event and other TouchAction events.
- UIElement.OnTouchDown method and other OnTouchAction methods.
Microsoft.SPOT.Ink:
- OnTouchDown and other OnTouchAction methods.
Classes
Name | Description | |
---|---|---|
Ink | Manages setting an inking region. | |
Touch | Supports touch-panel functionality. | |
TouchCollectorConfiguration | Manages the settings that control the way in which touch panel data is collected, and provides access to the last touch event. | |
TouchEvent | Stores the data of a touch event. | |
TouchPanel | Provides general control over a touch panel. |
Structures
Name | Description | |
---|---|---|
TouchInput | Contains information about a touch event. |
Enumerations
Name | Description | |
---|---|---|
CollectionMethod | Defines values that determine whether touch data collection is handled in managed code or in the native driver. | |
CollectionMode | Defines values that determine whether ink, gestures, or ink and gestures should be collected from the touch panel. | |
TouchCollectorConfiguration.TouchInput | Defines values that determine what kind of touch-panel information GetTouchInput gets or SetTouchInput sets. | |
TouchInputFlags | Indicates information about a touch event. |