NTouchDevice Class Members
In This Topic
The following tables list the members exposed by NTouchDevice.
Public Fields
Public Properties
| Name | Description |
| CaptureTarget | Gets the input target, which currently captured the touch |
| IsDown | Gets whether the touch device is down |
| IsPrimary | Gets whether this is the primary touch device (i.e. its TouchOrdinal is 0). |
| IsSecondary | Gets whether this is the secondary touch device (i.e. its TouchOrdinal is 1). |
| ScreenPosition | |
| TouchOrdinal | Gets the ordinal in which the touch device was created. |
Top
Public Methods
| Name | Description |
| IsTouchActionEvent | Checks whether the specified event is a touch action event (Move, Down, Up, Wheel). |
| IsTouchCaptureEvent | Checks whether the specified event is a touch capture event (GotCapture, LostCapture, CaptureIn, CaptureOut) |
| IsTouchTargetEvent | Checks whether the specified event is a touch target notification event (EnterEvent, LeaveEvent, InEvent, OutEvent) |
Top
See Also