Class AuMoveTo


  • public class AuMoveTo
    extends AuResponse
    A response to ask the client to move the desktop (a.k.a., the browser window) to specified location (in pixel).

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

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuMoveTo

        public AuMoveTo​(int x,
                        int y)