Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void SDLPlatform::OpenUrl(const StringView& url)
273
{
274
StringAnsi urlStr(url);
275
SDL_OpenURL(urlStr.GetText());
276
}
277
278
Float2 SDLPlatform::GetMousePosition()
279
{
Callers
15
InitMainMenu
Method · 0.45
TargetsColumn
Method · 0.45
PluginEntry
Method · 0.45
VisualScriptDebuggerWindow
Method · 0.45
AnimationGraphFunctionWindow
Method · 0.45
ParticleSystemWindow
Method · 0.45
CollisionDataWindow
Method · 0.45
SkinnedModelWindow
Method · 0.45
SkeletonMaskWindow
Method · 0.45
MaterialWindow
Method · 0.45
VisualScriptWindow
Method · 0.45
AnimationWindow
Method · 0.45
Calls
1
GetText
Method · 0.45
Tested by
no test coverage detected