| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected