|
LuciadCPillar C# 2025.0.11
|
Touch point event, containing a collection of touch points. More...
Public Member Functions | |
| TouchPointEvent (System.Collections.Generic.IList< Luciad.Input.Touch.TouchPoint > points, Luciad.Input.ModifierKeys modifierKeys) | |
Creates a TouchPointEvent. | |
| void | Dispose () |
Properties | |
| Luciad.Input.ModifierKeys | ModifierKeys [get] |
| The modifiers of the event. | |
| System.Collections.Generic.IList< Luciad.Input.Touch.TouchPoint > | TouchPoints [get] |
| The touch points that participated in the touch event. | |
Touch point event, containing a collection of touch points.
|
inline |
Creates a TouchPointEvent.
| points | a collection of TouchPoint instances, each with its own location and state information. |
| modifierKeys | The modifiers of the event. |
|
inline |
|
get |
The modifiers of the event.
Returns the modifiers of the event.
|
get |
The touch points that participated in the touch event.
Returns the touch points that participated in the touch event.