Holds the consumed state of this event.
Holds the inner event object.
Holds the x-coordinate of the event in the graph. This value is set in Graph#fireMouseEvent.
Holds the y-coordinate of the event in the graph. This value is set in Graph#fireMouseEvent.
Holds the
Holds the optional
Sets
Optional
preventDefault: booleanSpecifies if the native event should be canceled. Default is true.
Returns the
Returns
Returns
Returns
Returns the target DOM element using Event#getSource for
Returns
Returns <evt.clientX>.
Returns <evt.clientY>.
Returns
Returns true if the event is a popup trigger.
Base class for all mouse events in mxGraph. A listener for this event should implement the following methods:
Constructor: mxMouseEvent
Constructs a new event object for the given arguments.
Param: evt
Native mouse event.
Param: state
Optional under the mouse.