moveWinBy
Moves the window by given offset.
moveWinBy(x, y)
#
Parametersx
: 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
#
ExamplemoveWinBy(-35, 80)