NTouchDevice Class Members
The following tables list the members exposed by NTouchDevice.
| 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
| 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