Function SDL_GDKSuspendComplete

pub unsafe extern "C" fn SDL_GDKSuspendComplete()
Available on crate feature dep_sdl3 only.
Expand description

Callback from the application to let the suspend continue.

This function is only needed for Xbox GDK support; all other platforms will do nothing and set an “unsupported” error message.

§Availability

This function is available since SDL 3.2.0.