OSSingleton.alert

Displays a modal dialog box using the host OS' facilities. Execution is blocked until the dialog is closed.

struct OSSingleton
@nogc nothrow
void
alert
(
in String text
,
in String title = gs!"Alert!"
)

Meta