MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / GetDrawTargetWidth

Method GetDrawTargetWidth

olcPixelGameEngine.h:2626–2632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2624 }
2625
2626 int32_t PixelGameEngine::GetDrawTargetWidth() const
2627 {
2628 if (pDrawTarget)
2629 return pDrawTarget->width;
2630 else
2631 return 0;
2632 }
2633
2634 int32_t PixelGameEngine::GetDrawTargetHeight() const
2635 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected