SetWindowTitle
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{DaisyMethod | daisy.setWindowTitle(title) | This method changes the caption in the game's window. | {{MethodParam|title|A string|The new window title.}} | Doesn't return anythi...')
(Created page with '{{DaisyMethod | daisy.setWindowTitle(title) | This method changes the caption in the game's window. | {{MethodParam|title|A string|The new window title.}} | Doesn't return anythi...')
Latest revision as of 16:26, 31 December 2009
|
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")