Class AuMoveBy


  • public class AuMoveBy
    extends AuResponse
    A response to ask the client to move 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

      • AuMoveBy

        public AuMoveBy​(int x,
                        int y)