Man page - sdl_sendandroidbackbutton(3)

Packages contas this manual

Manual

SDL_SendAndroidBackButton(3) SDL3 FUNCTIONS SDL_SendAndroidBackButton(3)

SDL_SendAndroidBackButton - Trigger the Android system back button behavior.

Defined in SDL3/SDL_system.h

#include "SDL3/SDL.h"
void SDL_SendAndroidBackButton(void);

It is safe to call this function from any thread.

This function is available since SDL 3.2.0.

SDL 3.2.10 Simple Directmedia Layer