Class AuScrollBy


  • public class AuScrollBy
    extends AuResponse
    A response to ask the client to scroll the desktop (a.k.a., the browser window) relatively (in pixels).

    data[0]: x
    data[1]: y

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuScrollBy

        public AuScrollBy​(int x,
                          int y)