SDL_MainThreadCallback

Callback run on the main thread.

\param userdata an app-controlled pointer that is passed to the callback.

More...
extern (C) nothrow @nogc
alias SDL_MainThreadCallback = void function
(
void* userdata
)

Detailed Description

\sa SDL_RunOnMainThread

Meta