MCPcopy 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

OnAfterUserCreateMethod · 0.80
OnBeforeUserUpdateMethod · 0.80
TexturedTriangleMethod · 0.80
ConfigureDisplayMethod · 0.80
ClearDepthMethod · 0.80
RasterTriangleMethod · 0.80
DrawSpriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected