SDL Wiki
[ front page | index | search | recent changes | git repo | offline html ]

SDL_GDKResumeRenderer

Call this to resume Render operations on Xbox after receiving the SDL_EVENT_WILL_ENTER_FOREGROUND event.

Header File

Defined in <SDL3/SDL_render.h>

Syntax

void SDL_GDKResumeRenderer(SDL_Renderer *renderer);

Function Parameters

SDL_Renderer * renderer the renderer which should resume operation.

Remarks

When resuming, this function MUST be called before calling any other SDL_Render functions.

This function MUST be called on the application's render thread.

Version

This function is available since SDL 3.6.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryRender


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.