Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetScreenResolution
Method
GetScreenResolution
TombEngine/Renderer/RendererHelper.cpp:538–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
}
537
538
Vector2i Renderer::GetScreenResolution() const
539
{
540
return Vector2i(_screenWidth, _screenHeight);
541
}
542
543
int Renderer::GetScreenRefreshRate() const
544
{
Callers
4
GetAspectCorrect2DPosition
Function · 0.80
ReadMouse
Function · 0.80
GetRadius
Method · 0.80
GetAspectRatio
Function · 0.80
Calls
1
Vector2i
Class · 0.50
Tested by
no test coverage detected