Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 255 Bytes

SDL_AndroidBackButton.mediawiki

File metadata and controls

18 lines (10 loc) · 255 Bytes

SDL_AndroidBackButton

Trigger the Android system back button behavior.

Syntax

<syntaxhighlight lang="c"> void SDL_AndroidBackButton(void); </syntaxhighlight>

Version

This function is available since SDL 2.0.9.


CategoryAPI