X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=sdlgit%2FSDL-Site.git;a=blobdiff_plain;f=pages%2FSDLx-App.html-inc;h=df879860a62a43069d71f6841ccaf91f94db50ff;hp=a8127cfd0f1897f90fff9f8af2e86be4665c9162;hb=4769fd1282e2d4cb10aecefc8478e18b6c7635df;hpb=1dbe16975541da864f8bfa5169c89a2ab8893bf2 diff --git a/pages/SDLx-App.html-inc b/pages/SDLx-App.html-inc index a8127cf..df87986 100644 --- a/pages/SDLx-App.html-inc +++ b/pages/SDLx-App.html-inc @@ -106,6 +106,8 @@ Screen depth. Defaults to 16. Shortcut: 'd'. Any flags you want to pass to SDL::Video upon initialization. Defaults to SDL_ANYFORMAT. Flags should be or'ed together if you're passing more than one (flags => FOO|BAR). Shortcut: 'f'.
* resizeable Set this to a true value to make the window resizeable by the user. Default is off.
+
* exit_on_quit +Set this to a true value to make the app exit if a SDL_QUIT event is triggered. Shortcut: 'eoq'.