Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class InputEventclass Eventtrait SFXDelegate[GestureEvent]class Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Concrete methods
Indicates whether or not the Alt modifier is down on this event.
Indicates whether or not the Alt modifier is down on this event.
Attributes
Indicates whether or not the Control modifier is down on this event.
Indicates whether or not the Control modifier is down on this event.
Attributes
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.
Attributes
- Definition Classes
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.
Attributes
Indicates if this event represents an inertia of an already finished gesture.
Indicates if this event represents an inertia of an already finished gesture.
Attributes
Indicates whether or not the Meta modifier is down on this event.
Indicates whether or not the Meta modifier is down on this event.
Attributes
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.
Attributes
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.
Attributes
Gets the absolute horizontal position of the event.
Gets the absolute horizontal position of the event.
Attributes
Gets the absolute vertical position of the event.
Gets the absolute vertical position of the event.
Attributes
Indicates whether or not the Shift modifier is down on this event.
Indicates whether or not the Shift modifier is down on this event.
Attributes
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.
Attributes
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.
Attributes
Inherited methods
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.
Attributes
- Inherited from:
- Event
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Gets the event type of this event.
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Returns the object on which the Event initially occurred.
Returns the event target of this event.
Attributes
- Returns
-
Returns the original delegate's
toString()adding a[SFX]prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.