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