moveWinBy
Moves the window by given offset.
moveWinBy(x, y)Parameters#
x: Anumber. An offset in pixels to move the window on x axis, relative to it's current position. Can be negative.y: Anumber. 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)