Class AuResizeTo


  • public class AuResizeTo
    extends AuResponse
    A response to ask the client to resize the desktop (a.k.a., the browser window) to specified size (in pixel).

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

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuResizeTo

        public AuResizeTo​(int x,
                          int y)