Whether or not the Alt modifier is down on this event.
Which, if any, of the mouse buttons is responsible for this event.
Returns number of mouse clicks associated with this event.
Marks this Event as consumed.
Marks this Event as consumed. This stops its further propagation.
Indicates whether this Event has been consumed by any filter or handler.
Indicates whether this Event has been consumed by any filter or handler.
Whether or not the Control modifier is down on this event.
Creates and returns a copy of this event with the specified event source and target.
Creates and returns a copy of this event with the specified event source and target.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Determines whether this event will be followed by DRAG_DETECTED event.
Augments drag detection behavior.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Gets the event type of this event.
Gets the event type of this event.
The delegate hashcode
Whether or not the Meta modifier is down on this event.
Returns true if middle button (button 2) is currently pressed.
Returns information about the pick.
Returns true if this mouse event is the popup menu trigger event for the platform.
Returns true if primary button (button 1, usually the left) is currently pressed.
Returns true if secondary button (button 1, usually the right) is currently pressed.
Whether or not the Shift modifier is down on this event.
Returns whether or not the host platform common shortcut modifier is down on this event.
Returns the object on which the Event initially occurred.
Returns the object on which the Event initially occurred.
Indicates whether the mouse cursor stayed in the system-provided hysteresis area since last pressed event that occurred before this event.
Indicates whether this event is synthesized from using a touch screen instead of usual mouse event source devices like mouse or track pad.
Returns the event target of this event.
Returns the event target of this event.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Depth position of the event relative to the origin of the MouseEvent's source.