mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
love.system.openURL implementation uses SDL_OpenURL.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user