Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed May 6, 2024
1 parent cb06ab9 commit 47ff6ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SDL3/SDL_IOFromFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ a text file.
This function supports Unicode filenames, but they must be encoded in UTF-8
format, regardless of the underlying operating system.
As a fallback, [SDL_IOFromFile](SDL_IOFromFile)() will transparently open a
matching filename in an Android app's `assets`.
In Android, [SDL_IOFromFile](SDL_IOFromFile)() can be used to open
content:// URIs. As a fallback, [SDL_IOFromFile](SDL_IOFromFile)() will
transparently open a matching filename in the app's `assets`.
Closing the [SDL_IOStream](SDL_IOStream) will close SDL's internal file
handle.
Expand Down

0 comments on commit 47ff6ba

Please sign in to comment.