[]
Contains information of the tap events.
public class C1TappedEventArgs : C1InputEventArgs
| Name | Description |
|---|---|
| C1TappedEventArgs(object, bool, bool, bool) | Initializes a new instance of the C1TappedEventArgs class. |
| Name | Description |
|---|---|
| HitPoint | The x- and y-coordinates of the pointer position |
| IsBarrelButtonDown | Gets a value indicating whether the barrel button of the pen is pressed. |
| IsDown | Gets a value indicating whether the event is performed with the mouse down. |
| IsRightTapped | Gets a value indicating whether the event is performed with the right button of the mouse. |