Class PinchEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Zoomist>
com.flowingcode.vaadin.addons.zoomist.PinchEvent
All Implemented Interfaces:
Serializable

@DomEvent(value="zoomist-pinch", debounce=) public class PinchEvent extends com.vaadin.flow.component.ComponentEvent<Zoomist>
Event that is fired when touch move with two fingers. This event only works on mobile device.
See Also:
  • Constructor Details

    • PinchEvent

      public PinchEvent(Zoomist source, boolean fromClient)