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

Method GetDrawTargetHeight

olcPixelGameEngine.h:2634–2640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2632 }
2633
2634 int32_t PixelGameEngine::GetDrawTargetHeight() const
2635 {
2636 if (pDrawTarget)
2637 return pDrawTarget->height;
2638 else
2639 return 0;
2640 }
2641
2642 uint32_t PixelGameEngine::GetFPS() const
2643 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected