Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetSystemVersion
Method
GetSystemVersion
Source/Engine/Platform/Android/AndroidPlatform.cpp:1014–1019 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1012
}
1013
1014
Version AndroidPlatform::GetSystemVersion()
1015
{
1016
Version version(0, 0);
1017
Version::Parse(SystemVersion, &version);
1018
return version;
1019
}
1020
1021
int32 AndroidPlatform::GetDpi()
1022
{
Callers
nothing calls this directly
Calls
1
Parse
Function · 0.50
Tested by
no test coverage detected