avdevice/sdl2 : add option to define if the window quit action is available

This commit is contained in:
Martin Vignali
2018-05-08 11:55:40 +02:00
parent 644130bcaa
commit 411f7141a3
2 changed files with 8 additions and 1 deletions

View File

@@ -396,6 +396,11 @@ downscaled according to the aspect ratio.
@item window_fullscreen
Set fullscreen mode when non-zero value is provided.
Default value is zero.
@item window_enable_quit
Enable quit action (using window button or keyboard key)
when non-zero value is provided.
Default value is 1 (enable quit action)
@end table
@subsection Interactive commands