-
Notifications
You must be signed in to change notification settings - Fork 2
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
| Parameter | Default Value | Note |
|---|---|---|
| url |
None.
raylib.OpenURL "https://www.raylib.com"