|
LuciadCPillar C# 2026.0.05
|
Specialization of the ClickEvent class for touch events.
More...
Public Member Functions | |
| TouchTapEvent (Luciad.Cartesian.Coordinate location, uint tapCount, uint touchPointCount, Luciad.Input.ModifierKeys modifierKeys) | |
| Creates a click event for a touch device. | |
| Public Member Functions inherited from Luciad.Input.ClickEvent | |
| ClickEvent (Luciad.Cartesian.Coordinate location, uint clickCount) | |
| Creates an event representing a click. | |
| ClickEvent (Luciad.Cartesian.Coordinate location, uint clickCount, Luciad.Input.ModifierKeys modifierKeys) | |
| Creates an event representing a click. | |
| void | Dispose () |
Properties | |
| uint | TouchPointCount [get] |
| The amount of touch points that are used. | |
| Properties inherited from Luciad.Input.ClickEvent | |
| uint | ClickCount [get] |
| The amount of clicks. | |
| Luciad.Cartesian.Coordinate | Location [get] |
| The position of the event. | |
| Luciad.Input.ModifierKeys | ModifierKeys [get] |
| The modifiers of the event. | |
Specialization of the ClickEvent class for touch events.
|
inline |
Creates a click event for a touch device.
| location | The location of the event, defined in device independent pixels |
| tapCount | The number of taps. |
| touchPointCount | How many touch points are used in the gesture. |
| modifierKeys | The modifiers of the event. |
|
get |
The amount of touch points that are used.
Returns the amount of touch points that are used.
TouchGestureRecognizer does not support tap events with more than one touch point.