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

Method GetDrawTarget

olcPixelGameEngine.h:2621–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619 }
2620
2621 Sprite* PixelGameEngine::GetDrawTarget() const
2622 {
2623 return pDrawTarget;
2624 }
2625
2626 int32_t PixelGameEngine::GetDrawTargetWidth() const
2627 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected