windowTitle()
EnvironmentDescription
Sets the title of the sketch window.
Syntax
void windowTitle(std::string t)
Parameters
| Name | Type | Description |
|---|---|---|
| t | std::string | the title string |
Returns
voidUnder the Hood
Implementation in Processing.h / Processing.cpp:
Loading...