Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2024-12-16 05:03:54 +00:00
parent c0803f7683
commit 9aca97f4e7

View File

@@ -25,14 +25,13 @@
* File dialog support. * File dialog support.
* *
* SDL offers file dialogs, to let users select files with native GUI * SDL offers file dialogs, to let users select files with native GUI
* interfaces. There are "open" dialogs, "save" dialogs, and folder * interfaces. There are "open" dialogs, "save" dialogs, and folder selection
* selection dialogs. The app can control some details, such as * dialogs. The app can control some details, such as filtering to specific
* filtering to specific files, or whether multiple files can be selected by * files, or whether multiple files can be selected by the user.
* the user.
* *
* Note that launching a file dialog is a non-blocking operation; control * Note that launching a file dialog is a non-blocking operation; control
* returns to the app immediately, and a callback is called later (possibly * returns to the app immediately, and a callback is called later (possibly in
* in another thread) when the user makes a choice. * another thread) when the user makes a choice.
*/ */
#ifndef SDL_dialog_h_ #ifndef SDL_dialog_h_