VOOZH about

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

⇱ windowResize() / Reference / Processing.org


Reference+
DocumentationReferenceEnvironment

Name

windowResize()

Description

The windowWidth() function defines the width of the sketch window

Syntax

  • windowResize(newWidth, newHeight)

Parameters

  • newWidth(int)width of the window
  • newHeight(int)height of the window

Return

  • void