Class DownAction

  • All Implemented Interfaces:
    Action

    @Deprecated
    public class DownAction
    extends TouchAction
    implements Action
    Deprecated.
    Creates a down gesture.
    • Constructor Detail

      • DownAction

        public DownAction​(TouchScreen touchScreen,
                          int x,
                          int y)
        Deprecated.
    • Method Detail

      • perform

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