Reference+
Name
windowMove()
Description
The windowMove() function defines the position of the Processing sketch in relation to the upper-left corner of the computer screen.
Syntax
windowMove(x, y)
Parameters
x(int)x-coordinate of the windowy(int)y-coordinate of the window
Return
void

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.