love.system.openURL implementation uses SDL_OpenURL.

This commit is contained in:
Sasha Szpakowski
2025-01-18 18:19:05 -04:00
parent bff50070c6
commit 4e8291fd7e
8 changed files with 10 additions and 145 deletions
-5
View File
@@ -118,11 +118,6 @@ bool getSafeArea(int &top, int &left, int &bottom, int &right)
return safeArea != nullptr;
}
bool openURL(const std::string &url)
{
return SDL_OpenURL(url.c_str()) == 0;
}
void vibrate(double seconds)
{
JNIEnv *env = (JNIEnv*) SDL_GetAndroidJNIEnv();