SDL_EGL_GetCurrentDisplay

Get the currently active EGL display.

extern (C) nothrow @nogc extern
SDL_EGL_GetCurrentDisplay
()

Return Value

the currently active EGL display or NULL on failure; call SDL_GetError() for more information.

Threadsafety: This function should only be called on the main thread.

Meta