SDL_GetRenderWindow

Get the window associated with a renderer.

extern (C) nothrow @nogc extern
SDL_GetRenderWindow

Parameters

renderer SDL_Renderer*

The renderer to query.

Return Value

Type: SDL_Window*

The window on success or null on failure; call SDL_GetError for more information.

Threadsafety: It is safe to call this function from any thread.

Meta