MCPcopy Create free account
hub / github.com/SpartanJ/eepp / openURL

Method openURL

src/eepp/ui/uiscenenode.cpp:1359–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359void UISceneNode::openURL( URI uri ) {
1360 if ( mURLInterceptorCb && mURLInterceptorCb( uri ) )
1361 return;
1362 Engine::instance()->openURI( uri.toString() );
1363}
1364
1365}} // namespace EE::UI

Callers 4

onMessageMethod · 0.45
onKeyDownMethod · 0.45
UIAnchorMethod · 0.45
onKeyDownMethod · 0.45

Calls 2

openURIMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected