Class GestureEvent

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
RotateEvent, ScrollEvent, SwipeEvent, ZoomEvent

public class GestureEvent extends InputEvent
An event indicating gesture input. Gestures are typically caused by direct (touch screen) or indirect (track pad) touch events.

Delivery of gestures is dependent on the capabilities of the underlying platform and connected input devices. For instance on a PC with mouse and keyboard there is no way of producing a rotating gesture.

Since:
JavaFX 2.2
See Also: