Function SceneTree.setAutoAcceptQuit
If true
, the application automatically accepts quitting. Enabled by default.
For mobile platforms, see setQuitOnGoBack
.
void setAutoAcceptQuit
(
const(bool) enabled
) nothrow @nogc;