SDL: New API SDL_ANDROID_OpenExternalWebBrowser() to open URL in Android web browser or relevant app such as Youtube

This commit is contained in:
pelya
2015-03-15 22:54:13 +02:00
parent bd2c959a17
commit e3082701a5
3 changed files with 19 additions and 0 deletions

View File

@@ -118,6 +118,9 @@ Returns 1 if load succeeded, 0 if user aborted sign-in, or there was no network
*/
extern DECLSPEC int SDLCALL SDL_ANDROID_CloudLoad(const char *filename, const char *saveId, const char *dialogTitle);
/* Open an Android web browser, or Chrome, or Youtube for video links */
extern DECLSPEC void SDLCALL SDL_ANDROID_OpenExternalWebBrowser(const char *url);
#ifdef __cplusplus
}
#endif