Class ScrollAction

  • All Implemented Interfaces:
    Action

    @Deprecated
    public class ScrollAction
    extends TouchAction
    implements Action
    Deprecated.
    Creates a scroll gesture.
    • Constructor Detail

      • ScrollAction

        public ScrollAction​(TouchScreen touchScreen,
                            Locatable locationProvider,
                            int x,
                            int y)
        Deprecated.
      • ScrollAction

        public ScrollAction​(TouchScreen touchScreen,
                            int xOffset,
                            int yOffset)
        Deprecated.
    • Method Detail

      • perform

        public void perform()
        Deprecated.
        Specified by:
        perform in interface Action