MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / OpenURL

Function OpenURL

include/Functions.hpp:201–203  ·  view source on GitHub ↗

* Open URL with default system browser (if available) */

Source from the content-addressed store, hash-verified

199 * Open URL with default system browser (if available)
200 */
201RLCPP_MAYBEUNUSED RLCPPAPI inline void OpenURL(const std::string& url) {
202 return ::OpenURL(url.c_str());
203}
204
205/**
206 * Load an image.

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected