![]() |
LuciadCPillar C# 2024.1.04
|
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 . More... | |
void | Dispose () |
Properties | |
Luciad.Input.ModifierKeys | ModifierKeys [get] |
The modifiers of the event. More... | |
System.Collections.Generic.IList< Luciad.Input.Touch.TouchPoint > | TouchPoints [get] |
The touch points that participated in the touch event. More... | |
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.