Updated docs
[sdlgit/SDL-Site.git] / pages / SDLx-App.html-inc
index a8127cf..df87986 100644 (file)
@@ -106,6 +106,8 @@ Screen depth. Defaults to 16. Shortcut: 'd'.</dt>
 Any flags you want to pass to <a href="SDL-Video.html">SDL::Video</a> upon initialization. Defaults to SDL_ANYFORMAT. Flags should be <i>or'ed</i> together if you're passing more than one (flags =&gt; FOO|BAR). Shortcut: 'f'.</dt>
        <dt>* resizeable
 Set this to a true value to make the window resizeable by the user. Default is off.</dt>
+       <dt>* exit_on_quit
+Set this to a true value to make the app exit if a SDL_QUIT event is triggered. Shortcut: 'eoq'.</dt>
 </dl>
 
 </div>