LuciadCPillar C# 2024.1.04
Luciad.Input.Touch.TouchPointEvent Class Reference

Touch point event, containing a collection of touch points. More...

Inheritance diagram for Luciad.Input.Touch.TouchPointEvent:

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.TouchPointTouchPoints [get]
 The touch points that participated in the touch event. More...
 

Detailed Description

Touch point event, containing a collection of touch points.

Since
2022.0

Constructor & Destructor Documentation

◆ TouchPointEvent()

Luciad.Input.Touch.TouchPointEvent.TouchPointEvent ( System.Collections.Generic.IList< Luciad.Input.Touch.TouchPoint points,
Luciad.Input.ModifierKeys  modifierKeys 
)
inline

Creates a TouchPointEvent.

Parameters
pointsa collection of TouchPoint instances, each with its own location and state information.
modifierKeysThe modifiers of the event.

Member Function Documentation

◆ Dispose()

void Luciad.Input.Touch.TouchPointEvent.Dispose ( )
inline

Property Documentation

◆ ModifierKeys

Luciad.Input.ModifierKeys Luciad.Input.Touch.TouchPointEvent.ModifierKeys
get

The modifiers of the event.

[get]

Returns the modifiers of the event.

◆ TouchPoints

System.Collections.Generic.IList<Luciad.Input.Touch.TouchPoint> Luciad.Input.Touch.TouchPointEvent.TouchPoints
get

The touch points that participated in the touch event.

[get]

Returns the touch points that participated in the touch event.