![]() |
LuciadCPillar C# 2024.1.04
|
Mouse movement dedicated implementation of the IInputEvent
.
More...
Public Member Functions | |
MouseMoveEvent (Luciad.Cartesian.Coordinate location, Luciad.Input.ModifierKeys modifierKeys) | |
Creates a move event for a mouse. More... | |
void | Dispose () |
Properties | |
Luciad.Cartesian.Coordinate | Location [get] |
The position of the event. More... | |
Luciad.Input.ModifierKeys | ModifierKeys [get] |
The modifiers of the event. More... | |
Mouse movement dedicated implementation of the IInputEvent
.
This class contains the mouse location and the modifiers if any.
|
inline |
Creates a move event for a mouse.
location | location The location of the event, defined in device independent pixels. |
modifierKeys | The modifiers of the event. |
|
inline |
|
get |
The position of the event.
Returns the position of the event. It is expressed in device independent pixel coordinates with top-left corner of the map being the (0,0) position.
|
get |
The modifiers of the event.
Returns the modifiers of the event.