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