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