SDL_GetWindowParent

Get parent of a window.

extern (C) nothrow @nogc extern
SDL_GetWindowParent

Parameters

window SDL_Window*

the window to query.

Return Value

Type: SDL_Window*

the parent of the window on success or NULL if the window has no parent.

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

See Also

Meta