title property

String title
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;