MouseEvent

Defines a mouse event in the GUI.

Constructors

this
this(Object sender, EventType type, SourceType srcType)

Default CTOR Any other fields should be set after construction

Members

Variables

mce
MouseClickEvent mce;

Stores mouseclick event data

mec
MouseEventCommons mec;

Common values for mouse events

mme
MouseMotionEvent mme;

Mouse motion event values Mouse scroll event position is stored here

mwe
MouseWheelEvent mwe;

Stores mousewheel event data (direction, etc)

Inherited Members

From Event

sender
Object sender;

The origin of the event

aux
Object aux;

Auxilliary event data (secondary sender, selection, etc) Type can be checked with classinfo.

type
EventType type;

The type of this event

srcType
SourceType srcType;

The type of the sender

Meta