Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ ScreenHeight
Method
ScreenHeight
olcPixelGameEngine.h:2687–2690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2685
}
2686
2687
int32_t PixelGameEngine::ScreenHeight() const
2688
{
2689
return vScreenSize.y;
2690
}
2691
2692
float PixelGameEngine::GetElapsedTime() const
2693
{
Callers
5
OnAfterUserCreate
Method · 0.80
OnBeforeUserUpdate
Method · 0.80
ConfigureDisplay
Method · 0.80
ClearDepth
Method · 0.80
DrawSprite
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected