Create an instance of an ElementMouseEvent.
The MouseEvent that was originally raised.
The ElementComponent that this event was originally raised on.
The CameraComponent that this event was originally raised via.
The x coordinate.
The y coordinate.
The last x coordinate.
The last y coordinate.
Whether the alt key was pressed.
The mouse button.
The CameraComponent that this event was originally raised via.
Whether the ctrl key was pressed.
The amount of horizontal movement of the cursor.
The amount of vertical movement of the cursor.
The ElementComponent that this event was originally raised on.
MouseEvent or TouchEvent that was originally raised.
Whether the meta key was pressed.
Whether the shift key was pressed.
The amount of the wheel movement.
Stop propagation of the event to parent ElementComponents. This also stops propagation of the event to other event listeners of the original DOM Event.
Represents a Mouse event fired on a ElementComponent.