MouseDragEvent

class MouseDragEvent(val delegate: MouseDragEvent) extends MouseEvent with SFXDelegate[MouseDragEvent]
Companion
object
class Event
trait SFXDelegate[MouseDragEvent]
class Object
trait Matchable
class Any

Value members

Concrete methods

def gestureSource: Object

Returns the source object of the ongoing gesture.

Returns the source object of the ongoing gesture.

Inherited methods

def altDown: Boolean

Whether or not the Alt modifier is down on this event.

Whether or not the Alt modifier is down on this event.

Inherited from
MouseEvent

Which, if any, of the mouse buttons is responsible for this event.

Which, if any, of the mouse buttons is responsible for this event.

Inherited from
MouseEvent
def clickCount: Int

Returns number of mouse clicks associated with this event.

Returns number of mouse clicks associated with this event.

Inherited from
MouseEvent
def consume(): Unit

Marks this Event as consumed. This stops its further propagation.

Marks this Event as consumed. This stops its further propagation.

Inherited from
Event
def consumed: Boolean

Indicates whether this Event has been consumed by any filter or handler.

Indicates whether this Event has been consumed by any filter or handler.

Inherited from
Event
def controlDown: Boolean

Whether or not the Control modifier is down on this event.

Whether or not the Control modifier is down on this event.

Inherited from
MouseEvent
def copyFor(newSource: AnyRef, newTarget: EventTarget): 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.

Inherited from
Event
def dragDetect: Boolean

Determines whether this event will be followed by DRAG_DETECTED event.

Determines whether this event will be followed by DRAG_DETECTED event.

Inherited from
MouseEvent
def dragDetect_=(detected: Boolean): Unit

Augments drag detection behavior.

Augments drag detection behavior.

Inherited from
MouseEvent
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def eventType: EventType[_ <: MouseEvent]

Gets the event type of this event.

Gets the event type of this event.

Definition Classes
Inherited from
MouseEvent
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
def metaDown: Boolean

Whether or not the Meta modifier is down on this event.

Whether or not the Meta modifier is down on this event.

Inherited from
MouseEvent
def middleButtonDown: Boolean

Returns true if middle button (button 2) is currently pressed.

Returns true if middle button (button 2) is currently pressed.

Inherited from
MouseEvent

Returns information about the pick.

Returns information about the pick.

Inherited from
MouseEvent
def popupTrigger: Boolean

Returns true if this mouse event is the popup menu trigger event for the platform.

Returns true if this mouse event is the popup menu trigger event for the platform.

Inherited from
MouseEvent
def primaryButtonDown: Boolean

Returns true if primary button (button 1, usually the left) is currently pressed.

Returns true if primary button (button 1, usually the left) is currently pressed.

Inherited from
MouseEvent
def sceneX: Double
Inherited from
MouseEvent
def sceneY: Double
Inherited from
MouseEvent
def screenX: Double
Inherited from
MouseEvent
def screenY: Double
Inherited from
MouseEvent
def secondaryButtonDown: Boolean

Returns true if secondary button (button 1, usually the right) is currently pressed.

Returns true if secondary button (button 1, usually the right) is currently pressed.

Inherited from
MouseEvent
def shiftDown: Boolean

Whether or not the Shift modifier is down on this event.

Whether or not the Shift modifier is down on this event.

Inherited from
MouseEvent
def shortcutDown: Boolean

Returns whether or not the host platform common shortcut modifier is down on this event.

Returns whether or not the host platform common shortcut modifier is down on this event.

Inherited from
MouseEvent
def source: Object

Returns the object on which the Event initially occurred.

Returns the object on which the Event initially occurred.

Inherited from
Event
def stillSincePress: Boolean

Indicates whether the mouse cursor stayed in the system-provided hysteresis area since last pressed event that occurred before this event.

Indicates whether the mouse cursor stayed in the system-provided hysteresis area since last pressed event that occurred before this event.

Inherited from
MouseEvent
def synthesized: Boolean

Indicates whether this event is synthesized from using a touch screen instead of usual mouse event source devices like mouse or track pad.

Indicates whether this event is synthesized from using a touch screen instead of usual mouse event source devices like mouse or track pad.

Inherited from
MouseEvent
def target: EventTarget

Returns the event target of this event.

Returns the event target of this event.

Inherited from
Event
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate
def x: Double
Inherited from
MouseEvent
def y: Double
Inherited from
MouseEvent
def z: Double

Depth position of the event relative to the origin of the MouseEvent's source.

Depth position of the event relative to the origin of the MouseEvent's source.

Inherited from
MouseEvent

Concrete fields

override val delegate: MouseDragEvent