//////////////////////// \brief Get position of TextObject Get position in pixels of TextObject \return Return Vector2i containing the position of the TextObject on the surface ////////////////////////
| 109 | /// \return Return Vector2i containing the position of the TextObject on the surface |
| 110 | ///////////////////////////// |
| 111 | inline vector2i_t Pos(){ |
| 112 | return pos; |
| 113 | } |
| 114 | }; |
| 115 | } |
nothing calls this directly
no outgoing calls
no test coverage detected