![]() |
LuciadCPillar C# 2024.1.04
|
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. More... | |
![]() | |
ClickEvent (Luciad.Cartesian.Coordinate location, uint clickCount) | |
Creates an event representing a click. More... | |
ClickEvent (Luciad.Cartesian.Coordinate location, uint clickCount, Luciad.Input.ModifierKeys modifierKeys) | |
Creates an event representing a click. More... | |
void | Dispose () |
Properties | |
uint | TouchPointCount [get] |
The amount of touch points that are used. More... | |
![]() | |
uint | ClickCount [get] |
The amount of clicks. More... | |
Luciad.Cartesian.Coordinate | Location [get] |
The position of the event. More... | |
Luciad.Input.ModifierKeys | ModifierKeys [get] |
The modifiers of the event. More... | |
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.