SwipeEvent

class SwipeEvent(val delegate: SwipeEvent) extends GestureEvent with SFXDelegate[SwipeEvent]
class Event
trait SFXDelegate[SwipeEvent]
class Object
trait Matchable
class Any

Value members

Concrete methods

def touchCount: Int

Gets number of touch points that caused this event.

Gets number of touch points that caused this event.

Inherited methods

def altDown: Boolean

Indicates whether or not the Alt modifier is down on this event.

Indicates whether or not the Alt modifier is down on this event.

Inherited from
GestureEvent
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

Indicates whether or not the Control modifier is down on this event.

Indicates whether or not the Control modifier is down on this event.

Inherited from
GestureEvent
override 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.

Definition Classes
Inherited from
GestureEvent
def direct: Boolean

Indicates whether this gesture is caused by a direct or indirect input device.

Indicates whether this gesture is caused by a direct or indirect input device.

Inherited from
GestureEvent
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
def eventType: EventType[_ <: Event]

Gets the event type of this event.

Gets the event type of this event.

Inherited from
Event
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
def inertia: Boolean

Indicates if this event represents an inertia of an already finished gesture.

Indicates if this event represents an inertia of an already finished gesture.

Inherited from
GestureEvent
def metaDown: Boolean

Indicates whether or not the Meta modifier is down on this event.

Indicates whether or not the Meta modifier is down on this event.

Inherited from
GestureEvent
def sceneX: Double

Gets the horizontal position of the event relative to the origin of the Scene that contains the event's source.

Gets the horizontal position of the event relative to the origin of the Scene that contains the event's source.

Inherited from
GestureEvent
def sceneY: Double

Gets the vertical position of the event relative to the origin of the Scene that contains the event's source.

Gets the vertical position of the event relative to the origin of the Scene that contains the event's source.

Inherited from
GestureEvent
def screenX: Double

Gets the absolute horizontal position of the event.

Gets the absolute horizontal position of the event.

Inherited from
GestureEvent
def screenY: Double

Gets the absolute vertical position of the event.

Gets the absolute vertical position of the event.

Inherited from
GestureEvent
def shiftDown: Boolean

Indicates whether or not the Shift modifier is down on this event.

Indicates whether or not the Shift modifier is down on this event.

Inherited from
GestureEvent
def shortcutDown: Boolean

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

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

Inherited from
GestureEvent
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 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

Gets the horizontal position of the event relative to the origin of the event's source.

Gets the horizontal position of the event relative to the origin of the event's source.

Inherited from
GestureEvent
def y: Double

Gets the vertical position of the event relative to the origin of the event's source.

Gets the vertical position of the event relative to the origin of the event's source.

Inherited from
GestureEvent

Concrete fields

override val delegate: SwipeEvent