SDL_WindowHasSurface

Return whether the window has a surface associated with it.

extern (C) nothrow @nogc extern
bool
SDL_WindowHasSurface

Parameters

window SDL_Window*

the window to query.

Return Value

Type: bool

true if there is a surface associated with the window, or false otherwise.

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

See Also

Meta