SetWindowTitle
From OxeyeWiki
| 
 daisy.setWindowTitle(title)  | ||
| 
 This method changes the caption in the game's window.  | ||
| Parameter | Expected Type | Description | 
| title | A string | The new window title. | 
| Returns | ||
| 
 Doesn't return anything.  | ||
| Daisymoon Video Lib | 
|---|
Example
   daisy.setWindowTitle("My Awesome Game v1.3.1")