MCPcopy Create free account
hub / github.com/defold/defold / OpenURL

Function OpenURL

engine/dlib/src/dlib/sys_web.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 Result OpenURL(const char* url, const char* target)
85 {
86 if (dmSysOpenURL(url, target))
87 {
88 return RESULT_OK;
89 }
90 else
91 {
92 return RESULT_UNKNOWN;
93 }
94 }
95
96 Result GetApplicationPath(char* path_out, uint32_t path_len)
97 {

Callers 1

Sys_OpenURLFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected