Defines a mouse event in the GUI.
Default CTOR Any other fields should be set after construction
Stores mouseclick event data
Common values for mouse events
Mouse motion event values Mouse scroll event position is stored here
Stores mousewheel event data (direction, etc)
The origin of the event
Auxilliary event data (secondary sender, selection, etc) Type can be checked with classinfo.
The type of this event
The type of the sender
See Implementation
Defines a mouse event in the GUI.