LuciadCPillar C# 2024.1.04
Luciad.Input.Mouse.MouseMoveEvent Class Reference

Mouse movement dedicated implementation of the IInputEvent. More...

Inheritance diagram for Luciad.Input.Mouse.MouseMoveEvent:
Luciad.Input.IInputEvent

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...
 

Detailed Description

Mouse movement dedicated implementation of the IInputEvent.

This class contains the mouse location and the modifiers if any.

Since
2020.1

Constructor & Destructor Documentation

◆ MouseMoveEvent()

Luciad.Input.Mouse.MouseMoveEvent.MouseMoveEvent ( Luciad.Cartesian.Coordinate  location,
Luciad.Input.ModifierKeys  modifierKeys 
)
inline

Creates a move event for a mouse.

Parameters
locationlocation The location of the event, defined in device independent pixels.
modifierKeysThe modifiers of the event.

Member Function Documentation

◆ Dispose()

void Luciad.Input.Mouse.MouseMoveEvent.Dispose ( )
inline

Property Documentation

◆ Location

Luciad.Cartesian.Coordinate Luciad.Input.Mouse.MouseMoveEvent.Location
get

The position of the event.

[get]

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.

◆ ModifierKeys

Luciad.Input.ModifierKeys Luciad.Input.Mouse.MouseMoveEvent.ModifierKeys
get

The modifiers of the event.

[get]

Returns the modifiers of the event.