mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 17:07:39 +00:00
Added SDL_FlushIO()
Also added SDL_PROP_IOSTREAM_FILE_DESCRIPTOR_NUMBER and refactored the internal API to be able to create SDL_IOStream objects from native file handles.
This commit is contained in:
parent
93caf1cd21
commit
6c83491116
6 changed files with 205 additions and 76 deletions
|
@ -169,6 +169,7 @@ SDL3_0.0.0 {
|
|||
SDL_FlushAudioStream;
|
||||
SDL_FlushEvent;
|
||||
SDL_FlushEvents;
|
||||
SDL_FlushIO;
|
||||
SDL_FlushRenderer;
|
||||
SDL_GDKResumeGPU;
|
||||
SDL_GDKSuspendComplete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue