mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 19:48:51 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
0410328b15
commit
78c1dc3e2c
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ typedef struct SDL_DialogFileFilter
|
|||
* no filter was selected or if the platform or method doesn't support
|
||||
* fetching the selected filter.
|
||||
*
|
||||
* In Android, the `filelist` are `content://` URIs. They should be opened
|
||||
* using SDL_IOFromFile() with appropriate modes. This applies both to open
|
||||
* and save file dialog.
|
||||
*
|
||||
* \param userdata an app-provided pointer, for the callback's use.
|
||||
* \param filelist the file(s) chosen by the user.
|
||||
* \param filter index of the selected filter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue