| 60 | } |
| 61 | |
| 62 | inline void setPos(const int pX, const int pY) { |
| 63 | mWindow->setPos(pX, pY); |
| 64 | } |
| 65 | |
| 66 | inline void setSize(const unsigned pWidth, const unsigned pHeight) { |
| 67 | mWindow->setSize(pWidth, pHeight); |
nothing calls this directly
no outgoing calls
no test coverage detected