Skip to contents

Open URL with default system browser (if available).

Usage

open_url(url)

Arguments

url

A string.

Note

This function has been auto-generated from the following Raylib function definition:

void OpenURL(const char * url);

Examples

if (FALSE) {
open_url("https://example.com")
}