Scroll to navigation

SDL_GetRenderWindow(3) SDL3 FUNCTIONS SDL_GetRenderWindow(3)

NAME

SDL_GetRenderWindow - Get the window associated with a renderer.

SYNOPSIS

#include "SDL3/SDL.h"
SDL_Window* SDL_GetRenderWindow(SDL_Renderer *renderer);

FUNCTION PARAMETERS

the renderer to query

RETURN VALUE

Returns the window on success or NULL on failure; call

SDL_GetError () for more information.

AVAILABILITY

This function is available since SDL 3.0.0.

SDL 3.1.0 SDL