windowTitle()

Environment

Description

Sets the title of the sketch window.

Syntax

void windowTitle(std::string t)

Parameters

NameTypeDescription
tstd::stringthe title string

Returns

void

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...