Skip to content

raylib.OpenURL

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Open URL with default system browser (if available) NOTE: This function is only safe to use if you control the URL given A user could craft a malicious string performing another action Only call this function yourself not with user input or make sure to check the string yourself REF: https://github.com/raysan5/raylib/issues/686

Parameters

Parameter Default Value Note
url

Return value

None.

Notes

Example

raylib.OpenURL "https://www.raylib.com"

Clone this wiki locally