|
LuciadCPillar C# 2025.0.09
|
Specialization of the ClickEvent for the mouse.
More...
Public Member Functions | |
| MouseClickEvent (Luciad.Cartesian.Coordinate location, uint clickCount, Luciad.Input.ModifierKeys modifierKeys, Luciad.Input.Mouse.MouseButton mouseButton) | |
| Creates a click event for a mouse. More... | |
Public Member Functions inherited from Luciad.Input.ClickEvent | |
| 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 | |
| Luciad.Input.Mouse.MouseButton | MouseButton [get] |
| The mouse button of the event. More... | |
Properties inherited from Luciad.Input.ClickEvent | |
| 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 for the mouse.
This class contains the mouse button and the modifiers if any.
|
inline |
Creates a click event for a mouse.
| location | The location of the event, defined in device independent pixels. |
| clickCount | The number of clicks. |
| modifierKeys | The modifiers of the event. |
| mouseButton | The mouse button of the event. |
|
get |
The mouse button of the event.
Returns the mouse button of the event.