Class ScrollEvent

java.lang.Object
org.jsignal.ui.event.Event
org.jsignal.ui.event.ScrollEvent

public class ScrollEvent extends Event
  • Constructor Details

    • ScrollEvent

      public ScrollEvent(EventType type, Node target, float deltaX, float deltaY)
  • Method Details

    • getDeltaX

      public float getDeltaX()
    • getDeltaY

      public float getDeltaY()