mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 05:59:11 +00:00
Added SDL_IsMainThread() and SDL_RunOnMainThread()
This commit is contained in:
parent
bc4185c685
commit
23828b62d4
7 changed files with 312 additions and 0 deletions
|
@ -1226,3 +1226,5 @@
|
|||
#define SDL_SignalAsyncIOQueue SDL_SignalAsyncIOQueue_REAL
|
||||
#define SDL_LoadFileAsync SDL_LoadFileAsync_REAL
|
||||
#define SDL_ShowFileDialogWithProperties SDL_ShowFileDialogWithProperties_REAL
|
||||
#define SDL_IsMainThread SDL_IsMainThread_REAL
|
||||
#define SDL_RunOnMainThread SDL_RunOnMainThread_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue