VOOZH about

URL: https://processing.org/reference/windowmove_

⇱ windowMove() / Reference / Processing.org


Reference+
DocumentationReferenceEnvironment

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 window
  • y(int)y-coordinate of the window

Return

  • void