Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ ScreenWidth
Method
ScreenWidth
olcPixelGameEngine.h:2682–2685 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2680
}
2681
2682
int32_t PixelGameEngine::ScreenWidth() const
2683
{
2684
return vScreenSize.x;
2685
}
2686
2687
int32_t PixelGameEngine::ScreenHeight() const
2688
{
Callers
7
OnAfterUserCreate
Method · 0.80
OnBeforeUserUpdate
Method · 0.80
TexturedTriangle
Method · 0.80
ConfigureDisplay
Method · 0.80
ClearDepth
Method · 0.80
RasterTriangle
Method · 0.80
DrawSprite
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected