Skip to main content

moveWinBy

Moves the window by given offset.

moveWinBy(x, y)

Parameters#

  • x: A number. An offset in pixels to move the window on x axis, relative to it's current position. Can be negative.
  • y: A number. An offset in pixels to move the window on y axis, relative to it's current position. Can be negative.

Returns#

  • No value

Example#

moveWinBy(-35, 80)