MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OpenUrl

Method OpenUrl

Source/Engine/Platform/SDL/SDLPlatform.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void SDLPlatform::OpenUrl(const StringView& url)
273{
274 StringAnsi urlStr(url);
275 SDL_OpenURL(urlStr.GetText());
276}
277
278Float2 SDLPlatform::GetMousePosition()
279{

Callers 15

InitMainMenuMethod · 0.45
TargetsColumnMethod · 0.45
PluginEntryMethod · 0.45
ParticleSystemWindowMethod · 0.45
CollisionDataWindowMethod · 0.45
SkinnedModelWindowMethod · 0.45
SkeletonMaskWindowMethod · 0.45
MaterialWindowMethod · 0.45
VisualScriptWindowMethod · 0.45
AnimationWindowMethod · 0.45

Calls 1

GetTextMethod · 0.45

Tested by

no test coverage detected