MCPcopy 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

OnAfterUserCreateMethod · 0.80
OnBeforeUserUpdateMethod · 0.80
ConfigureDisplayMethod · 0.80
ClearDepthMethod · 0.80
DrawSpriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected