Class AuResizeBy


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

      • AuResizeBy

        public AuResizeBy​(int x,
                          int y)