title property
getter/setter pair
The application title.
On web: sets document.title (browser tab title).
On SDL3: sets the window title bar text.
Defaults to "Bullseye2D".
Implementation
String title;
The application title.
On web: sets document.title (browser tab title).
On SDL3: sets the window title bar text.
Defaults to "Bullseye2D".
String title;